This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients tim.golden
Date 2009-05-19.21:51:43
SpamBayes Score 1.6023073e-08
Marked as misclassified No
Message-id <4A1329EC.3020307@timgolden.me.uk>
In-reply-to
Content
Attempting to build an MSI installer using bdist_msi fails
under Windows when the module contains extension modules.
The assert at line 197 fires as no target version has been
specified. The attached tentative patch makes sure a target
version is set to the current version which has the added
advantage that the installer does not offer all possible
versions which would be inappropriate for a binary extension.

Patch against r72306
Files
File name Uploaded
bdist_msi.patch tim.golden, 2009-05-19.21:51:43
History
Date User Action Args
2009-05-19 21:51:45tim.goldensetrecipients: + tim.golden
2009-05-19 21:51:44tim.goldenlinkissue6065 messages
2009-05-19 21:51:43tim.goldencreate