Mailing List Archive

[JPYTHON] Installation Problems
Thought I'd try XP in Python, so I just downloaded JPython1.1beta2 and
when I installed it with JView, got this:

D:\Downloading\jpython>jview JPython11beta2
InstallShield JavaTM Edition
Extracting installation code................................done
Failed to execute MakeScriptAction

The files all appear to be in the directory I chose. There's a
"jpython", and a "jpython.jar".

However, when I type jpython at the DOS prompt, I get the dreaded

D:\Downloading\jpython>jpython
Bad command or file name

I'm supposing this is because the MakeScriptAction didn't run.

Suggestions welcome!

Also ... is there an IDE of any kind available for Python yet ... or
at least something that will get me out of the DOS box?

Thanks!

Ron Jeffries
Extreme Programmer
http://www.armaties.com
[JPYTHON] Installation Problems [ In reply to ]
> ...
>
> D:\Downloading\jpython>jpython
> Bad command or file name
>
> I'm supposing this is because the MakeScriptAction didn't run.
>
> Suggestions welcome!
>

You must update your PATH, add something like C:\JPython-1.0 depending
where you download JPython. Then jpython.bat might be call from dos
prompt. --Jerome