View Single Post
Old Jul 28th, 2005, 3:32 PM   #14
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
I'm under the assumption you're running your script by making it executable and placing the path to the Python interpreter on the top line, prefixed by a hash and an exclamation mark (e.g #!/usr/bin/python), and then calling it directly? You're not running `python myscript.py`, yes?
Cerulean is offline   Reply With Quote