[Fwd: Re: Python extension, where am I going wrong]

2008-09-10 Thread John Vines (CISD/HPCD)
Yes spelling things correctly does help, got it thanks for the help. --- Begin Message --- 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_

Re: Python extension, where am I going wrong

2008-09-10 Thread Fredrik Lundh
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. -- http://mail.python.org/mailman/listinfo/python-list