On Sun, May 18, 2008 at 7:06 PM, Mirco Musolesi
<[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I tried to install rpy.py on my Mac (running Mac OS X Leopard), but I
> got the following error:
>
> musolesi$ python rpy.py install
> Traceback (most recent call last):
>   File "rpy.py", line 134, in <module>
>     """ % RVERSION)
> RuntimeError: No module named _rpy2062
>
>       RPy module can not be imported. Please check if your rpy
>       installation supports R 2.6.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 *
>
>
> I tried with the versions 2.6.2 and 2.7 of R. Unfortunately it seems
> that the version 2.6.1 of R cannot be installed in Leopard, I was
> wondering if it is the latest version that is supported.

Hi, Mirco.

I'm not sure what the latest version supported is, but you will need
to read the documentation about installation, as the way you are
trying to install will not work:

http://rpy.sourceforge.net/documentation.html

Sean

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to