Re: [Rpy] RPy2 fails on Windows and R-2.8.0

2008-12-02 Thread Laurent Gautier
Peter wrote: > On Tue, Dec 2, 2008 at 11:50 AM, Marcos Silva <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I made the changes suggested. >> >> - I created a R_HOME variable in windows with value "C:\Program >> Files\R\R-2.8.0" >> - "import win32api" is OK in my Python installation >> >> From R I get:

Re: [Rpy] RPy2 fails on Windows and R-2.8.0

2008-12-02 Thread Peter
On Tue, Dec 2, 2008 at 11:50 AM, Marcos Silva <[EMAIL PROTECTED]> wrote: > Hi, > > I made the changes suggested. > > - I created a R_HOME variable in windows with value "C:\Program > Files\R\R-2.8.0" > - "import win32api" is OK in my Python installation > > From R I get: > >> Sys.getenv("R_HOME

Re: [Rpy] RPy2 fails on Windows and R-2.8.0

2008-12-02 Thread Marcos Silva
Hi, I made the changes suggested. - I created a R_HOME variable in windows with value "C:\Program Files\R\R-2.8.0" - "import win32api" is OK in my Python installation >From R I get: > Sys.getenv("R_HOME") R_HOME "C:\\PROGRA~1\\R\\R-28~1.0" > R.home() [1] "C:\\PROGRA~1\

Re: [Rpy] RPy2 fails on Windows and R-2.8.0

2008-12-02 Thread Peter
Marcos wrote: >> The responses to your questions are: >> >> 1. No, I did not setup R_HOME. By the way, how can I do this? >> Laurent wrote: > > set R_HOME=C:\Program Files\R\R-2.8.0 should fix this. It looks like > your R_HOME variable is set, but set to a wrong value. > If you were asking how to

Re: [Rpy] RPy2 fails on Windows and R-2.8.0

2008-12-01 Thread laurent oget
set R_HOME=C:\Program Files\R\R-2.8.0 should fix this. It looks like your R_HOME variable is set, but set to a wrong value. 2008/12/1 Marcos Silva <[EMAIL PROTECTED]>: > Hi Peter, > > The responses to your questions are: > > 1. No, I did not setup R_HOME. By the way, how can I do this? > > 2. Yes,

Re: [Rpy] RPy2 fails on Windows and R-2.8.0

2008-12-01 Thread Marcos Silva
Hi Peter, The responses to your questions are: 1. No, I did not setup R_HOME. By the way, how can I do this? 2. Yes, R is in my path. My path is as follow: C:\RTools\bin;C:\RTools\perl\bin;C:\Program Files\HTML Help Workshop;C:\Program Files\R\R-2.8.0\bin; C:\Program Files\MiKTeX 2.5\miktex\bin;

Re: [Rpy] RPy2 fails on Windows and R-2.8.0

2008-12-01 Thread Peter
On Mon, Dec 1, 2008 at 11:37 PM, Marcos Silva <[EMAIL PROTECTED]> wrote: > Hi folks. I installed RPy2 on Windows and tried the test suggested in RPy2 > page: > import rpy2.tests > Traceback (most recent call last): > File "", line 1, in > File "C:\Program Files\Python25\Lib\site-packages\