John Machin wrote:
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.
The first one requires a compile program.
The second required a path, probably back to my c-drive
The third one is too ghastly to think about, unless I move aprog.py to the python folder.

I think I'll compile it and try.

--
                               W. eWatson

             (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
              Obz Site:  39° 15' 7" N, 121° 2' 32" W, 2700 feet

                    Web Page: <www.speckledwithstars.net/>

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to