Jython and SciTE

R

rt lange

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

Neil Hodgson

rt lange:
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:

Depending on the OS and the type of command (batch, exe, python script)
"jython" is you may need to execute through the command interpreter which is
cmd on NT:

command.1.*.py=cmd /c jython $(FileNameExt)

Neil
 

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,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top