[yt-users] libreadline on OS X 10.6

Rick Wagner rwagner at physics.ucsd.edu
Tue Mar 16 11:47:21 PDT 2010


Hi Matt,

Just to cover another possible linking issue, do you happen to have libreadline installed in /usr/local on the machine you're building on?

Thanks,
Rick

namor:~ rpwagner$ python
Python 2.6.4 (r264:75706, Feb  1 2010, 13:22:43) 
[GCC 4.2.1 (Apple Inc. build 5646) (dot 1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import readline
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/readline.so, 2): Library not loaded: /usr/local/lib/libreadline.6.0.dylib
  Referenced from: /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/readline.so
  Reason: image not found
>>> 




More information about the yt-users mailing list