[Tutor] Re: [Python] Help

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Fri, 7 Dec 2001 23:02:58 -0800 (PST)


On Fri, 7 Dec 2001, robert w kozak wrote:

> Yes a Distutils!! That is what I'm looking for I'm installing my
> calculator on a computer that doesn't have python. Also do you have a
> program that compiles a .py .pyc .pyo or whatever in to an executable
> windows file??

Yes, you can use py2exe to package .py files into an executable:

    http://py2exe.sourceforge.net/

Hope this helps!