Ned Deily added the comment:

Glad the --enable-shared workaround worked around.  If you feel like exploring 
the issue further, a couple of things that might be useful would be to set one 
or more of dyld's debugging environment variables, like DYLD_PRINT_LIBRARIES, 
to try to see exactly which shared library is being accessed by mistake and at 
what point, assuming that is the root cause; see man (1) dyld for more info.  
My guess is that you'll see a Homebrew or Anaconda Python library from 
/usr/local/lib or some such being dynamically loaded in error.  Another option 
might be to temporarily mv rename any such Python libraries under 
/usr/local/lib and see if that makes a difference.  As I said, it would be nice 
to finally put this issue to bed but, it's tough to do that without being to 
able to reliably reproduce it and, at this point, it doesn't seem to affect 
enough users to make it very high priority.

----------
priority: normal -> low
stage:  -> test needed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29846>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to