Are you writing it on Linux or Windows?
If you're writing it on Linux, then the first line of your entry script should be
- Code: Select all
#!/usr/bin/python
And then it should have the extension .py. On Windows if you installed Python using the automated installer, then just double-click the presumable .py extension named entry script.