This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Krauzi
Recipients Krauzi
Date 2010-06-28.19:30:55
SpamBayes Score 0.008568675
Marked as misclassified No
Message-id <1277753457.53.0.646916927225.issue9107@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-06-28 19:30:57Krauzisetrecipients: + Krauzi
2010-06-28 19:30:57Krauzisetmessageid: <1277753457.53.0.646916927225.issue9107@psf.upfronthosting.co.za>
2010-06-28 19:30:56Krauzilinkissue9107 messages
2010-06-28 19:30:55Krauzicreate