Re: Creating the windows MSI of python

2007-11-28 Thread Floris Bruynooghe
On Nov 28, 5:26 pm, Christian Heimes <[EMAIL PROTECTED]> wrote: > Floris Bruynooghe wrote: > > It would be great if someone knows how Python builds it's MSI. > > The Tools/ directory contains a script in Tools/msi/msi.py. Martin von > Löwis is using the script to generate the official MSI bundles.

Re: Creating the windows MSI of python

2007-11-28 Thread Christian Heimes
Floris Bruynooghe wrote: > It would be great if someone knows how Python builds it's MSI. The Tools/ directory contains a script in Tools/msi/msi.py. Martin von Löwis is using the script to generate the official MSI bundles. You need to run it from a development shell. Good luck! Christian -- h

Creating the windows MSI of python

2007-11-28 Thread Floris Bruynooghe
Hello I've managed to build python2.4 and python2.5 in windows with MSVC++ 7.1 fine following the instructions in the PCbuild directory. However now I am wondering how to create the MSI from this[1], but can't find any instructions. All I'm looking for is the equivalent of "make install" (or "ma