[ 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:54:35 CEST 2006
Bugs item #1534738, was opened at 2006-08-04 21:11
Message generated for change (Comment added) made by theller
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.
----------------------------------------------------------------------
>Comment By: Thomas Heller (theller)
Date: 2006-08-04 21:54
Message:
Logged In: YES
user_id=11105
I made the change to the PCBuild/_msi.vcproj file in SVN
r51114, someone with Visual Studio 2005 should probably fix
PCBuild8/_msi.vcproj as well and close this bug.
Thanks for the heads up, John.
----------------------------------------------------------------------
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