[Tutor] single file .exe

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Thu Jul 21 02:11:23 CEST 2005



On Wed, 20 Jul 2005, Jorge Louis De Castro wrote:

> Is there a way of creating a Windows .exe from a .py file that does not
> involve unzipping several files onto a folder? Does someone know of a
> program that wraps all the files needed into one single
> (non-installable) executable?

Hi Jorge,

Would something like py2exe help?  I believe it does do the kind of
bundling that you're asking:

    http://starship.python.net/crew/theller/py2exe/



More information about the Tutor mailing list