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.

Author adityaatluri
Recipients adityaatluri, cmcqueen1975, loewis, python-dev
Date 2013-06-14.08:38:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371199100.2.0.356712513651.issue15315@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-06-14 08:38:20adityaatlurisetrecipients: + adityaatluri, loewis, cmcqueen1975, python-dev
2013-06-14 08:38:20adityaatlurisetmessageid: <1371199100.2.0.356712513651.issue15315@psf.upfronthosting.co.za>
2013-06-14 08:38:20adityaatlurilinkissue15315 messages
2013-06-14 08:38:19adityaatluricreate