Creating a Windows installer for Python + a set of dependencies

Giampaolo Rodolà g.rodola at gmail.com
Thu May 10 10:26:25 EDT 2012


Hi all,
I need to create an installer for Windows which should be able to
install a specific version of the Python interpreter (2.7) plus a set
a dependencies such as ipython, numpy, pandas, etc.
Basically this is the same thing Active State did for their Active
Python distribution: a single bundle including interpreter + deps.
Not being a Windows user I'm not sure where to start with this except
maybe looking into NSIS (could that be of any help?).

Thanks in advance,

--- Giampaolo
http://code.google.com/p/pyftpdlib/
http://code.google.com/p/psutil/
http://code.google.com/p/pysendfile/



More information about the Python-list mailing list