On Mon, Jan 4, 2010 at 2:39 PM, Eva Lindberg <eva.lindb...@srh.slu.se> wrote:
> Hi,
>
> I have used R before and I am now learning python so of course I want to
> connect them using rpy.
>
> I am working in Windows and I have followed the steps in
> http://rpy.sourceforge.net/rpy/README. I’m using R-2.10.1 so I have added
> C:\Program Files\R\R-2.10.1\bin to my path variable.
>
> When I try
>
>>>> from rpy import *
>
> I get an error message:
>

You installed rpy 2.10.1, so you should import rpy2 not rpy.
This is because rpy 2 isn't API compatible with rpy 1, and
means you can have both installed at the same time.

Peter

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to