[ python-Bugs-1534738 ] Win32 debug version of _msi creates _msi.pyd, not _msi_d.pyd

SourceForge.net noreply at sourceforge.net
Fri Aug 4 21:11:53 CEST 2006


Bugs item #1534738, was opened at 2006-08-04 19:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1534738&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: John Ehresman (jpe)
Assigned to: Nobody/Anonymous (nobody)
Summary: Win32 debug version of _msi creates _msi.pyd, not _msi_d.pyd

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1534738&group_id=5470


More information about the Python-bugs-list mailing list