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?).