<html><head></head><body>Update: While waiting for replies I made the change referenced here: <a href="https://bugs.python.org/review/5309/diff2/12811:12826/setup.py?context=3&column_width=80">https://bugs.python.org/review/5309/diff2/12811:12826/setup.py?context=3&column_width=80</a><br>
<br>
specifically changing <br>
       importlib. _bootstrap._SpecMethods(spec).load()<br>
to<br>
       importlib._bootstrap.load(spec)<br>
<br>
I no longer get a terminating 'undefined reference to dlopen' error, but I do get 'importing extensions failed' errors for each extension...like this:<br>
<br>
*** WARNING: importing extension "_pickle" failed with <class 'AttributeError'>: 'module' object has no attribute 'load'<br><br><div class="gmail_quote">On February 2, 2015 1:36:29 PM CST, Cyd Haselton <chaselton@gmail.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
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 <a href="http://setup.py">setup.py</a>...specifically when importing just-built extensions<br />
<br />
I've managed to narrow the problem down to the following line:<br />
<br />
importlib._bootstrap._SpecMethods(spec).load()<br />
<br />
Googling this brings up a few hits from <a href="http://bugs.python.org">bugs.python.org</a> 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?<br /></blockquote></div><br>
-- <br>
Sent from my Android device with K-9 Mail. Please excuse my brevity.</body></html>