[issue15315] Can't build Python extension with mingw32 on Windows

Aditya Atluri report at bugs.python.org
Fri Jun 14 10:38:20 CEST 2013


Aditya Atluri added the comment:

I have found a hack for the issue.
First, install Microsoft Visual C++ 2010 Redistributable Package.
Second, copy the msvcr100.dll to C:\Python33\libs.

Reason: During compilation, the directory for linking is C:\Python44\libs. Both -lpython and -lmsvcr100 are pointed to the same location. So, they have to be in the same directory.

I have another problem here.
The log is attached. Is there a change in functions and objects in building extensions in C from 2.7 and 3.3?

----------
nosy: +adityaatluri
Added file: http://bugs.python.org/file30580/log.txt

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


More information about the Python-bugs-list mailing list