(win32) How can i make a something i wrote in python into an easily-runable program i can distribute?

Dennis Lee Bieber wlfraed at ix.netcom.com
Mon Aug 14 11:36:40 EDT 2000


On Mon, 14 Aug 2000 06:46:14 GMT, azratax at yahoo.com (Azratax) declaimed
the following in comp.lang.python:

> this language isnt much good unless it can be run by users with out python.

	"MS-DOS BAT files aren't much good unless they can be run by
users without MS-DOS"

	Python was designed as a Script language, not a compilable
production language (not to say production work is not done within the
constraints of having the Python system installed).

	Python runs on Windows, Mac, the UNIX/Linux variants, some of
the Windows CE machines (palm units), and even the Amiga. For your
statement to be meaningful, you would have to come up with a single
binary format which can be run on all the above systems without changes.
--
 > ============================================================== <
 >   wlfraed at ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
 >      wulfraed at dm.net     |       Bestiaria Support Staff       <
 > ============================================================== <
 >        Bestiaria Home Page: http://www.beastie.dm.net/         <
 >            Home Page: http://www.dm.net/~wulfraed/             <



More information about the Python-list mailing list