Jython and SciTE

R

rt lange

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).
 
M

Martin Franklin

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)

Just in case try inserting the full path name of the jython script here
perhaps when SciTE calls out it creates a sub shell (and in that the
PATH is NOT set...)

command.1.*.py=/usr/jython2.1/jython $(FileNameExt)

HTH
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top