Skip to content

Instantly share code, notes, and snippets.

@pazz
Created March 5, 2012 17:14
Show Gist options
  • Select an option

  • Save pazz/1979516 to your computer and use it in GitHub Desktop.

Select an option

Save pazz/1979516 to your computer and use it in GitHub Desktop.
><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