Installer

M.-A. Lemburg mal at egenix.com
Thu Apr 24 13:36:01 EDT 2008


On 2008-04-24 18:39, Chris 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?

Assuming that you're on Windows, a well-working approach is
to wrap up your application using py2exe and then creating
an installer using e.g. InnoSetup or NSIS.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Apr 24 2008)
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::


    eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
     D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
            Registered at Amtsgericht Duesseldorf: HRB 46611



More information about the Python-list mailing list