Jython and SciTE

rt lange whiteywidow at yahoo.com
Tue Jan 20 21:28:35 EST 2004


I'm trying to get my jython scripts running and compiling on SciTE.
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 this output:
>jython DiceRoll.py
>The system cannot find the file specified.


It works fine from the command line (PATH is set correctly).



More information about the Python-list mailing list