Small question about Python executeable(sp?) files

Syniq crdempsey at uswest.net
Wed Aug 25 08:00:57 EDT 1999


I know that

#! /something/blah/whatever/python

as the first line in your code will make your "program" an
executeable(sp?), but this assumes that your user has python installed
in /something/blah/whatever/python.

What I'm wondering: Is there a way to make the script execute regardless
of the location (or even existence) of python on the user's machine
(basically, compile it into something sort of resembling ye old .EXE
file)?


Syniq
crdempsey at uswest.net





More information about the Python-list mailing list