[issue9107] PyModule_Create not working properly

2010-06-28 Thread Krauzi

New submission from Krauzi krauzi_g...@yahoo.de:

Hi guys i have a big problem with my code:
PyModule_Create doesnt add any methods to the module (all methods are correctly 
added to the PyMethodDef structure respective the PyModuleDef).
With python 2.6.5 everything works well (Py_InitModule used instead of 
PyModule_Create [+ PyImport_AddModule]).
I looked into the source but everything seems correct there.

The code worked neither Visual Studio 2010 nor on 2008.

--
components: None
messages: 108855
nosy: Krauzi
priority: normal
severity: normal
status: open
title: PyModule_Create not working properly
versions: Python 3.1

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



[issue9107] PyModule_Create not working properly

2010-06-28 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc amaur...@gmail.com added the comment:

The issue tracker is not here to get help.
Please ask your question on the comp.lang.python newgroup, or the python-list 
mailing list.

There, I think you will have to show part of your code; there will certainly be 
several people willing to help you.

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

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