Hello,

I am trying to get rpy2 working for the last time. I am using OS X 10.6.3,
Enthought EPD 6.1, and R 2.11.1. I wiped out my earlier version of R and
installed the new 2.11.

When I try to run the tests for rpy2 I get the following errors below. It
looks like rpy2 is looking for the previous version of R, but I don't know
why or how to change it. Can anyone help me?

Fri Jun 11 DK ~$ python -m 'rpy2.tests'
Traceback (most recent call last):
  File
"/Library/Frameworks/Python.framework/Versions/6.1/lib/python2.6/runpy.py",
line 122, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File
"/Library/Frameworks/Python.framework/Versions/6.1/lib/python2.6/runpy.py",
line 34, in _run_code
    exec code in run_globals
  File "build/bdist.macosx-10.5-i386/egg/rpy2/tests.py", line 3, in <module>
  File "build/bdist.macosx-10.5-i386/egg/rpy2/robjects/__init__.py", line
14, in <module>

  File "build/bdist.macosx-10.5-i386/egg/rpy2/rinterface/__init__.py", line
75, in <module>

  File "build/bdist.macosx-10.5-i386/egg/rpy2/rinterface/rinterface.py",
line 7, in <module>
  File "build/bdist.macosx-10.5-i386/egg/rpy2/rinterface/rinterface.py",
line 6, in __bootstrap__
ImportError:
dlopen(/Users/davidkim/.python-eggs/rpy2-2.1.3dev_20100611-py2.6-macosx-10.5-i386.egg-tmp/rpy2/rinterface/rinterface.so,
2): Library not loaded:
/Library/Frameworks/R.framework/Versions/2.9/Resources/lib/libR.dylib
  Referenced from:
/Users/davidkim/.python-eggs/rpy2-2.1.3dev_20100611-py2.6-macosx-10.5-i386.egg-tmp/rpy2/rinterface/rinterface.so
  Reason: image not found
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to