[issue23393] [Windows] Unable to link with Python in debug configuration

Sébastien Gallou report at bugs.python.org
Wed Feb 4 20:45:04 CET 2015


New submission from Sébastien Gallou:

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

----------
components: Build, Library (Lib), Windows
messages: 235397
nosy: sgallou, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: [Windows] Unable to link with Python in debug configuration
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23393>
_______________________________________


More information about the Python-bugs-list mailing list