Python extension, where am I going wrong

Fredrik Lundh fredrik at pythonware.com
Wed Sep 10 09:46:54 EDT 2008


John Vines (CISD/HPCD) wrote:

>    I am trying to create an extension module and keep getting an error, 
> "/usr/local/lib/python2.5/site-packages/mytest.so: undefined symbol: 
> PyInitModule"

it's spelled Py_InitModule, not PyInitModule.

</F>




More information about the Python-list mailing list