Extending python - undefined symbol error on import

ch424 alexander.chadwick at gmail.com
Mon Jul 25 04:28:40 EDT 2005


Sweet! It works! *dances*

Thank you so much -- and for the explanation! For anyone searching for
this, I had to change the respective lines to:

module1 = Extension('gpibmodule',
		libraries = ['gpibapi'],
		sources = ['gpibmodule.c'])

just as Daniel said.

Thanks again,

Alex




More information about the Python-list mailing list