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 jpe
Recipients
Date 2006-08-04.19:11:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The .vcproj file has the the output file set to
_msi.pyd for the debug target instead of _msi_d.pyd so
the incorrect file is created.  This leads to a crash
if python.exe tries to import _msi and _msi.pyd is the
debug version.

The fix is to add a _d to the output file field for the
debug target.
History
Date User Action Args
2008-01-20 09:58:51adminlinkissue1534738 messages
2008-01-20 09:58:51admincreate