In article <[email protected]>, Chris Rebert <[email protected]> wrote: > >No, with the shebang line (and assuming execute permissions on the >file), it would look like: > >./wrapper.py
There's no reason to name it ".py"; you can have a perfectly useful "shell script" that just happens to list python on the shebang line instead of the usual /bin/sh. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "Many customs in this life persist because they ease friction and promote productivity as a result of universal agreement, and whether they are precisely the optimal choices is much less important." --Henry Spencer -- http://mail.python.org/mailman/listinfo/python-list
