[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



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

2013-06-14 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc added the comment:

Python3 has a new API to create modules: PyModule_Create() and PyModuleDef.

See also:
http://docs.python.org/3/howto/cporting.html?highlight=pymodule_create#module-initialization-and-state

--
nosy: +amaury.forgeotdarc
resolution:  - invalid
status: open - closed

___
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