How to create a single executable of a Python program

branko.petrovic at gmail.com branko.petrovic at gmail.com
Wed Jul 25 06:02:46 EDT 2007


On Jul 25, 9:10 am, hong2221 <hong2... at gmail.com> wrote:
> On Jul 25, 2:34 am, NicolasG <nicol... at gmail.com> wrote:
>
> > Dear fellows,
>
> > I'm trying to create a executable file using py2exe . Unfortunately
> > along with the python executable file it also creates some other files
> > that are needed in order to the executable be able to run in a system
> > that doesn't have Python installed. Can some one guide me on how can I
> > merge all this files created by py2exe in a single exe file ? If I
> > have a python program that uses an image file I don't want this image
> > file to be exposed in the folder but only to be accessible through the
> > program flow..
>
> > Regards,
> > Nicolas.
>
> I would like to konw as well. Thanks.

Check PyInstaller (http://pyinstaller.python-hosting.com)




More information about the Python-list mailing list