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