On 19/11/11 14:59, Cranky Frankie wrote:

I added C:\Python32 to the path environment variable in Vista,
rebooted, and tried the test programs at the command prompt, and it
says it can't find the program.


You need to provide the full path to the file.

C\WINDOWS> python C:\the\full\path\to\myfile.py

Either that or CD to the folder first:

C\WINDOWS> CD C:\the\full\path\to
C:\the\full\path\to> python myfile.py

The easiest way is just to double click the file in explorer,
the associations should all be set up by the installer...

--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to