[Python-Dev] Import Fails in setup.py On Android

2015年2月02日 13:00:07 -0800

After fixing a segfault issue (many thanks Ryan) I'm back to the same issue I 
was having with Python 2.7.8; the newly built python throws an undefined 
reference to dlopen when running setup.py...specifically when importing 
just-built extensions
I've managed to narrow the problem down to the following line:
importlib._bootstrap._SpecMethods(spec).load()
Googling this brings up a few hits from bugs.python.org and not much else. I'm 
new to Python; any ideas what this does...or where I can read up on it for 
troubleshooting purposes?
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to