Newbie - Please don't flame

David Emrich emrich at bigfoot.com
Wed Nov 1 00:13:27 EST 2000


"Super Bolo" <rlboloNOSPAM at libero.it> wrote in message news:oaFL5.64100$3K3.1970405 at news.infostrada.it...
> Hi all,
> i'm new to Python (really i'm still at the Hello World stadium)... question
> is:
>
> can i make .py files stand-alone exe files without invoking the interpreter
> so that they can run also on computers without interpreter installed??

There are solutions for this.  freeze.py is described here:
  http://sunsite.dk/www.python.org/search/hypermail/python-recent/0002.html

> Is
> Active Python for that purpose???

I've heard this too, but as far as I know, Active Python only byte-compiles.
I'm sure someone else knows more about this.

Regards,
David






More information about the Python-list mailing list