View Single Post
Old Feb 15th, 2008, 3:29 PM   #15
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,799
Rep Power: 5 Sane will become famous soon enough
Re: Running python scripts on localhost

Firstly: Refer to my very first reply in this thread. Does your code begin with, and follow, that template?

Secondly: Does the code at least compile in your local Python interpreter?

Thirdly: Please wrap your code in [code][/code] tags next time.

Fourthly: Your code does not even have a single print statement. How do you expect it to make visible output? Do you even know how to program in Python?

Last edited by Sane; Feb 15th, 2008 at 3:42 PM.
Sane is offline   Reply With Quote