dynamically loaded modules (.so files) does not work under openbsd

Randall Hopper aa8vb at yahoo.com
Thu Oct 26 09:42:00 EDT 2000


Kiyo Kelvin Lee:
 |Under OpenBSD, I can't make dynamically loaded modules work.
 |Python responsed with "ImportError: dynamic modules does not define init
 |function (initXYZ)" upon import XYZ.
 |Any ideas?

Courageous already offered most of what I had in mind.  Also, on your .so,
do a

      nm -Bo importXYZ.so | grep -i import

That may give you some clues.

-- 
Randall Hopper
aa8vb at yahoo.com




More information about the Python-list mailing list