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

2013-06-14 Thread Aditya Atluri

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



[issue18210] Problem creating extension in python3.3 with mingw32

2013-06-14 Thread Aditya Atluri

New submission from Aditya Atluri:

I am trying to build c extensions in windows using mingw32. The file hello.c 
works fine with 2.7 but, errors are poping up in 3.3.
Attachments:
[1] log.txt : The errors
[2] hello.c : The C file
[3] setup.py: The setup file

The command I used in cmd is, python setup.py build -c mingw32

--
assignee: eric.araujo
components: Distutils, Extension Modules
files: Build-Bug.zip
messages: 191113
nosy: adityaatluri, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: Problem creating extension in python3.3 with mingw32
versions: Python 3.3
Added file: http://bugs.python.org/file30582/Build-Bug.zip

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18210
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com