Created
March 5, 2012 17:14
-
-
Save pazz/1979516 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ><yeled> dtruss shows this when i "import notmuch" | |
| ><yeled> https://p.6core.net/p/hjopkn25vjuinli | |
| I'm not sure, but this looks like it is trying to access | |
| /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so | |
| whereas based on the other log, the library seems to have been installed into | |
| /opt/local/lib/libnotmuch.2.dylib | |
| so it is trying to look for the library in the Framework path? | |
| I kept seeing stuff like this, which is why I installed a vanilla | |
| Python 2.7.2 from source, into /usr/local. Don't currently know how | |
| to fix this any other way -- it is perhaps something hardcoded in | |
| the configure script of notmuch. | |
| Cheers, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment