This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ajstewart, ned.deily
Date 2017-03-19.19:19:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489951155.56.0.903753672522.issue29846@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-03-19 19:19:15ned.deilysetrecipients: + ned.deily, ajstewart
2017-03-19 19:19:15ned.deilysetmessageid: <1489951155.56.0.903753672522.issue29846@psf.upfronthosting.co.za>
2017-03-19 19:19:15ned.deilylinkissue29846 messages
2017-03-19 19:19:15ned.deilycreate