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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23393>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to