Dear sage expert
Thank you a lot for the excellent work on sage !
I have the following problem:
On Mac OS X 10.5, using rpy2 fails, the library
libintl.3.dylib
could not be loaded, see below.
Is there anything I can do to resolve the problem?
Thanks,
Silvio
----------------------------------------------------------------------
| Sage Version 4.7, Release Date: 2011-05-23 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: import rpy2
sage: import rpy2.robjects as ro
---------------------------------------------------------------------------
ImportError Traceback (most recent call
last)
/Users/silvio/<ipython console> in <module>()
/Applications/sage_4_7/local/lib/python2.6/site-packages/rpy2/robjects/
__init__.py in <module>()
10 import array
11 import itertools
---> 12 import rpy2.rinterface as rinterface
13 import rpy2.rlike.container as rlc
14 import rpy2.robjects.conversion
/Applications/sage_4_7/local/lib/python2.6/site-packages/rpy2/
rinterface/__init__.py in <module>()
64
65
---> 66 from rpy2.rinterface.rinterface import *
67
68 class StrSexpVector(SexpVector):
ImportError: dlopen(/Applications/sage_4_7/local/lib/python2.6/site-
packages/rpy2/rinterface/rinterface.so, 2): Library not loaded: /usr/
local/lib/libintl.3.dylib
Referenced from: /Applications/sage_4_7/local/lib/R/lib/libR.dylib
Reason: image not found
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org