On Oct 13, 9:07 am, "W. eWatson" <[EMAIL PROTECTED]> 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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to