python shell as standalone

Larry Bates lbates at swamisoft.com
Mon Apr 28 15:00:48 EDT 2003


Take a look at py2exe at http://py2exe.sourceforge.net/

You can create an "executable" with some supporting
libraries that doesn't require Python installation.

-Larry Bates


"Mirko Koenig" <koenig at v-i-t.de> wrote in message
news:b8hh2b$9vc$1 at news.tu-darmstadt.de...
> Hi
>
> I wrote a modul that gives me some extensions to the python shell.
> E.g. displaying complex number in different ways.
> Now i want to make the shell, with this modul loaded, a stand alone
> programm, so that i can run it unter win/dos without having python
> installed.
>
> Is that possible? If yes how?
> I can't find documentation on creating standalone code with python.
>
> Thanx
>
> Mirko Koenig






More information about the Python-list mailing list