[Tutor] how to simply run a .py file

Dmitriy D. vk33 at mail.ru
Wed Jul 21 15:52:43 CEST 2004


If you have installed Python on Windows it should have set up the file associations during the installation. So you can just double-click your script. If the file association is not set up, you can launch your script by launching python interpreter with your script as an argument:

C:\Python\python myscript.py

Good luck! 

-----------------------------
Don't limit your challenges,
Challenge your limits!


More information about the Tutor mailing list