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 sgallou
Recipients sgallou, steve.dower, tim.golden, zach.ware
Date 2015-02-04.19:45:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423079104.29.0.130380017527.issue23393@psf.upfronthosting.co.za>
In-reply-to
Content
Hi all,

I installed Python (2.7.9) as binaries under Windows. I have trouble trying to compile my application embedding Python, in debug configuration. I have exactly the same problem as described here :
http://www.cmake.org/pipermail/cmake/2013-January/053125.html

The include file python.h selects automaticaly the library file to link with, but python27_d.lib (needed in debug configuration) is not provided by the installer.

I don't find if this issue was already supported.

Thanks,
Sébastien Gallou
History
Date User Action Args
2015-02-04 19:45:04sgallousetrecipients: + sgallou, tim.golden, zach.ware, steve.dower
2015-02-04 19:45:04sgallousetmessageid: <1423079104.29.0.130380017527.issue23393@psf.upfronthosting.co.za>
2015-02-04 19:45:04sgalloulinkissue23393 messages
2015-02-04 19:45:03sgalloucreate