[Tutor] Running script under Windows

Hugo González Monteverde hugonz-lists at h-lab.net
Fri Oct 15 17:10:04 CEST 2004


Probably the best way you have to do it is edit the scrip using IDLE 
(this editor should be in Start-> Python2.3)  Select "new file" from the 
menu, save it wherever you want with a ".py"  extension. Upon double 
click, explorer will open the interpreter and run the script.

However, I normally do F5 in the IDLE editor, which will fire the script 
on the integrated prompt for me....

Hope it helps,

Hugo



More information about the Tutor mailing list