View Single Post
Old 11-23-2004, 06:32 AM   #8 (permalink)
MealMan401
Registered User
 
MealMan401's Avatar
 
Join Date: Apr 2004
Posts: 10
MealMan401 is on a distinguished road
Smile

Ya, you can run script from the interactive thingy (mostly this is ment to test short snippets of code cause its akward to fix typos when using it)

But mainly people pick an editor that they really like (I go for one that has python syntax support 'out of the box'), type their code in it, save it as a .py file and run the python interpreter with that file

something like this (i haven done this for a while so i dont know the exact command line for it but here goes....)

file name is foo.py

so
type in command line prompt: python foo.py

try that and see how it goes!
MealMan401 is offline   Reply With Quote