472,353 Members | 2,101 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

Jython and SciTE

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.)
Jul 18 '05 #1
1 2428
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.


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
Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: rt lange | last post by:
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...
1
by: Nuff Said | last post by:
Question: Is there a way to unfold a Python class *without* unfolding all its methods etc. so that you can get a quick overview of the class? ...
3
by: Brent W. Hughes | last post by:
I want to increase the number of files I can have open in the SciTE editor. The SciTEDoc.html document says to change the number of buffers in a...
32
by: Sticks | last post by:
i'm new to python and i was wondering what editors people prefer to use and why.
2
by: Konrad Koller | last post by:
Under Windows print formatting (header, footer etc.) is OK. Under LINUX it does not work. SciTEGlobal.properties state around line 352: #...
1
by: jim.eggleston | last post by:
I just figured out a reasonably decent way to use pdb in SciTE for debugging Python scripts. Debugging takes place in the SciTE output window. I...
1
by: Grant Edwards | last post by:
This is technically off-topic, but scite/scinitilla seems to have a particular connection to the Python community. I just tried scite for the...
1
by: Sandy | last post by:
Dear Pythonic People, I recently discovered SciTE (1.68) as a programming editor, and I find it just beautiful. Small, fast, elegant and...
4
by: John Ladasky | last post by:
Hi there. The following minimal code in Python 2.3.4 works under Idle v. 1.0.3, but not under SciTE v. 1.66: from time import sleep try:...
4
by: Billy | last post by:
Hi! I'm using: -Compiler: Borland Command Line C++ Compiler 5.5.1 -Code Editor: SciTE 1.75 Anybody know how we can in Scite with command...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.