> ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/
> lib/python2.6/site-packages/cx_Oracle.so, 2): Symbol not found:
> ___divdi3

You didn't link cx_Oracle.so all libs which it use. run "ldd -r
cx_Oracle.so" and you'll have an idea about all missing symbols. The
names of missed symbols could give you an idea what else should
cx_Oracle.so should be linked with

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to