Hi there!

I just upgraded R to 2.7.2 version and when I tried to import RPy in python 2.5.2 I get this error:

>>> from rpy import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/rpy.py", line 134, in <module>
    """ % RVERSION)
RuntimeError: No module named _rpy2072

      RPy module can not be imported. Please check if your rpy
      installation supports R 2.7.2. If you have multiple R versions
      installed, you may need to set RHOME before importing rpy. For
      example:

      >>> from rpy_options import set_options
      >>> set_options(RHOME='c:/progra~1/r/rw2011/')
      >>> from rpy import *

Is Rpy 1.0.3 supporting R 2.7.2? If so, what should I do to be able to import it? What if it's not?

I'm working on a Mac OS X Leopard (10.5.4).

Thanks a lot,

]d[

--
Daniel Arribas Bel
Department of Economic Analysis
Faculty of Business and Economics
University of Zaragoza (http://www.unizar.es/)
Gran Vía, 2
50005 Zaragoza
SPAIN

Tel. 00 (34) 976–761-000 Ext. 4621
Mail: [EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to