Stand-Alone Python Application

Alex Martelli aleaxit at yahoo.com
Thu Jan 4 07:40:23 EST 2001


"Serdar Soydemir" <serdars at ixir.com> wrote in message
news:mailman.978559266.16974.python-list at python.org...
> Hello,
>
> Is there a way to compile python scripts and make a standalone
application?
> As PerlEx does for Perl scripts? Or Python must always be installed before
> running any script, as VB programs depends VB Runtime files?

Gordon McMillan's "installer", at http://www.mcmillan-inc.com/install1.html,
gives one approach at building a 'standalone application'; the page also
gives
links to other such approaches, such as the classic 'freeze'.


Alex






More information about the Python-list mailing list