Jython and SciTE
rt lange
whiteywidow at yahoo.com
Wed Jan 21 12:24:06 EST 2004
More information about the Python-list mailing list
Wed Jan 21 12:24:06 EST 2004
- Previous message (by thread): Jython and SciTE
- Next message (by thread): Jython and SciTE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm trying to get SciTE to run and compile my jython scripts. This is what I have in my python.properties file: command.name.1.*.py=Go Jython command.1.*.py=jython $(FileNameExt) command.1.subsystem.*.py=1 command.name.2.*.py=Jython -> jar command.2.*.py=jythonc --core --jar $(FileName).jar $(FileNameExt) command.2.subsystem.*.py=1 I keep getting as output: >jython DiceRoll.py >The system cannot find the file specified. >jythonc --core --jar DiceRoll.jar DiceRoll.py >The system cannot find the file specified. It works fine from the command line (PATH is set correctly.)
- Previous message (by thread): Jython and SciTE
- Next message (by thread): Jython and SciTE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list