|
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.
|