Installer

Mike Driscoll kyosohma at gmail.com
Thu Apr 24 13:36:29 EDT 2008


On Apr 24, 11:39 am, Chris <cesug... at gmail.com> wrote:
> Hey all,
>
> I've created a python program that relies on pysqlite, wxpython, and
> matplotlib. Is there any way of creating an installer that will
> install all these modules, python 2.5 and my program?
>
> Thanks.

Chris,

If all you're doing is creating an installer for your custom Python
program to be run on PCs without Python, then you should take a look
at py2exe or gui2exe (a py2exe wrapper). I use the latter to roll my
program into an exe, then I use Inno Setup (which is free) to create
the installer.

Mike



More information about the Python-list mailing list