[Tutor] Help Please

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Sun, 11 Aug 2002 19:46:30 -0700 (PDT)


On Thu, 8 Aug 2002, Anthony Hernandez wrote:

> I was wondering if there was any way to turn your python scripts into
> .exe files so you can like give a copy to other people. Is there a way
> to do that? Thanx

Hi Anthony,

Yes: on Windows systems, there's a utility called 'py2exe' that bundles up
source code with a subset Python's runtime system, so that you can send
your programs as '.exe's.  Here's a link to the software:

    http://py2exe.sourceforge.net

I hope this helps!