Message191106
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? |
|
| Date |
User |
Action |
Args |
| 2013-06-14 08:38:20 | adityaatluri | set | recipients:
+ adityaatluri, loewis, cmcqueen1975, python-dev |
| 2013-06-14 08:38:20 | adityaatluri | set | messageid: <[email protected]> |
| 2013-06-14 08:38:20 | adityaatluri | link | issue15315 messages |
| 2013-06-14 08:38:19 | adityaatluri | create | |
|