Building Python extension modules on OS X without distutils
Sept. 1, 2015
4:34 p.m.
I wrote a post about a problem Homebrew sees pretty often on OS X where projects link extension modules with -lpython (either explicitly or because they trust python-config --ldflags). If you see somebody doing this, please point them to this post and invite them to use -undefined dynamic_lookup instead, so that the Python symbols are resolved at import time. http://blog.tim-smith.us/2015/09/python-extension-modules-os-x/ Cheers, Tim
3433
Age (days ago)
3433
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tim Smith