Pylab Fails with Runtime Error on Win XP Under Python 2.4

John Machin sjmachin at lexicon.net
Mon Oct 13 00:59:47 CEST 2008


On Oct 13, 9:07 am, "W. eWatson" <notval... at sbcglobal.net> wrote:

>
> I worked my way into the folder where the py program is, but couldn't
> executed. Just entering aprog.py, run aprog.py or exec aprog.py didn't work.

One wouldn't expect the "run" or the "exec" to work.

Try these in this order:
python aprog.py
\python24\python aprog.py
c:\python24\python aprog.py

and instead of "didn't work", tell us what message you get. Also
consider telling us where your Python 2.4 is installed, and what you
see when you execute the PATH command.



More information about the Python-list mailing list