[Tutor] standalone *.exe

Jonikas Valdemaras jonikas@ldr.lt
Fri, 22 Feb 2002 13:49:32 +0200


> Hi,
>
> What is (or is there) the definitive way to create standalone *.exe files
> that will function later on another computer running Windows that does not
> have Python installed on it?
>
> Thank you for your help.
>
> Scott Durkin
> http://www.psd.k12.co.us/staff/sdurkin

Hi,

Try this source:
http://starship.python.net/crew/theller/py2exe/

Actually, you will not get alone *.exe file, but you could run
your Python programs on computer that does not have
Python installed.

Regards,
Valdas