I have downloaded the latest version from jython.org and I installed the file.. I also set the PATH variable to its bin folder after installation. But when I am executing in command prompt by writing jython, it is giving error.
Asked
Active
Viewed 27 times
0

Jorn Vernee
- 31,735
- 4
- 76
- 93

saurav
- 427
- 4
- 14
-
1Could you please provide 1) what you have installed (installer or standalone) 2) your PATH setting. – SubOptimal Jan 11 '17 at 12:55
-
I downloaded the installer from here, not stand alone.. http://www.jython.org/downloads.html – saurav Jan 11 '17 at 12:56
-
Also Path is set to C:\jython2.7.0\bin – saurav Jan 11 '17 at 12:57
-
Well, the PATH should have a bunch more entries, it might be what it's looking for. – Jorn Vernee Jan 11 '17 at 12:58
-
Like what kind of more entries? I am very new here. Pls help – saurav Jan 11 '17 at 12:58
-
Like for instance `%SystemRoot%\system32`, it seems like you just overwrote the `PATH` completely. The idea is to _add_ the bin folder to the end of it. Any ways, it should actually be fine like that too. – Jorn Vernee Jan 11 '17 at 13:00
-
1I can not reproduce the problem myself. I did find someone who had the same problem: http://stackoverflow.com/questions/30410385/jython-exe-2-7-0-final-release-failed-execution-on-my-windows-os – Jorn Vernee Jan 11 '17 at 13:10
-
It worked.. I actually deleted java from path and that is why it was throwing back those error.. Thank you – saurav Jan 11 '17 at 14:01