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.

作者 adityaatluri
收信人 adityaatluri, cmcqueen1975, loewis, python-dev
日期 2013-06-14.08:38:19
SpamBayes Score -1.0
Marked as misclassified
Message-id <1371199100.2.0.356712513651.issue15315@psf.upfronthosting.co.za>
In-reply-to
内容
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?
历史
日期 用户 动作 参数
2013-06-14 08:38:20adityaatluri修改recipients: + adityaatluri, loewis, cmcqueen1975, python-dev
2013-06-14 08:38:20adityaatluri修改messageid: <1371199100.2.0.356712513651.issue15315@psf.upfronthosting.co.za>
2013-06-14 08:38:20adityaatluri链接issue15315 messages
2013-06-14 08:38:19adityaatluri创建