Amaury Forgeot d'Arc 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.
-
New submission from Krauzi :
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