[Python-Dev] PEP 397 (Python launcher for Windows) reference implementation (original) (raw)

Vinay Sajip vinay_sajip at yahoo.co.uk
Tue Jul 5 13:24:48 CEST 2011


Mark Hammond <skippy.hammond gmail.com> writes:

Or an MSI installer may be able to offer a "repair" feature without too much pain.

A few more observations to do with installation:

  1. It's been mentioned that a standalone version should be available for use with earlier Python versions. This could be done with a merge module which can be used either with a standalone installer or the Python .msi.
  2. For the standalone MSI, we will most likely need separate 32-bit and 64-bit MSIs, because the MSI system will look at the MSI type to determine whether registry stuff goes in the main registry or the Wow6432Node used for 32-bit applications.

Regards,

Vinay Sajip



More information about the Python-Dev mailing list