It's probably being caused by the fact that your Python program has a
shebang at the beginning specifying a symlink (or some other form of
indirection, e.g. using /usr/bin/env) to the Python interpreter.
That was it. When I delete or change the first line it's working. Thanks.
Happy Hacking, Robert
+-------------------------------------------------------+ |If you don't know what 'Happy Hacking' means, read | |the book 'Free as in Freedom', published under | |http://www.oreilly.com/openbook/freedom/index.html | +-------------------------------------------------------+ |Use free software only. See | |http://www.gnu.org/philosophy/free-sw.html | +-------------------------------------------------------+ |Please avoid sending me Microsoft Word attachments. | |For more information, see: | |http://www.fsf.org/philosophy/no-word-attachments.html | +-------------------------------------------------------+
