[Python-Dev] adding new function

2010-06-22 Thread lesni bleble
hello, how can i simply add new functions to module after its initialization (Py_InitModule())? I'm missing something like PyModule_AddCFunction(). thank you L. ___ Python-Dev mailing list Python-Dev@python.org

Re: [Python-Dev] adding new function

2010-06-22 Thread Daniel Fetchinson
how can i simply add new functions to module after its initialization (Py_InitModule())? I'm missing something like PyModule_AddCFunction(). This type of question really belongs to python-list aka comp.lang.python which I CC-d now. Please keep the discussion on that list. Cheers, Daniel --