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

Reply via email to