How To Run JYTHON Scripts (Windows XP)
30 10 2007
I wrote
So, let’s get back to the main topic here. I’ll describe what you will obtain.. You will get an option in the right click pop-up menu to run with Jython the clicked file.
Here are the steps you have to follow:
(Windows XP), because in Linux is too easy.. just add the #! path.. at the beginning
So, let’s get back to the main topic here. I’ll describe what you will obtain.. You will get an option in the right click pop-up menu to run with Jython the clicked file.
Here are the steps you have to follow:
- Open a window (you can do that by pressing WinKey+E)
- From the menu bar click Tools, and then Folder Options (Alternatively you could this from control panel -> Folder Options
- Click the File Types tab, and scroll till you reach the PY extension (You can type P to find it faster..) and select it
- Click the Advanced button from the bottom
- In the new little window
click the New.. button - In the new new little window
, and more precisely in the Action text box type the name you wish to appear in the right click pop-up menu, something like “Run with Jython” - In the next text box type the path to your Jython.bat executable followed by
"%1" %*… something like C:\jython2.2.1\jython.bat “%1″ %* - Check the USE DDE option and type Jython in the Application text box and System in the Topic text box.
- Now press OK on all those windows.. and that’s it, you’re set!
Categories : Programming, Python







Recent Comments