Re: [Rpy] rpy2 2.0.8 win32 Unable to locate R.dll

2010-10-27 Thread Deschamps, Benjamin
Peter, If you re-read my original post, you can see that that location was already included in my path... But I agree, I think that rpy2 is expecting the R.dll to be in C:\Program Files\R\R-2.12.0\bin and is not finding it... Is there a fix for this (besides rolling back to an older version of R)?

Re: [Rpy] rpy2 2.0.8 win32 Unable to locate R.dll

2010-10-27 Thread Peter
On Wed, Oct 27, 2010 at 3:14 PM, Deschamps, Benjamin wrote: > I know that other people have had similar issues, but I have not found a > solution that worked for me… > > I am receiving the following error when trying to load rpy2 (2.0.8, Windows > XP) in Python 2.6.6 with “import rpy2.robjects as

[Rpy] rpy2 2.0.8 win32 Unable to locate R.dll

2010-10-27 Thread Deschamps, Benjamin
I know that other people have had similar issues, but I have not found a solution that worked for me... I am receiving the following error when trying to load rpy2 (2.0.8, Windows XP) in Python 2.6.6 with "import rpy2.robjects as robjects": Traceback (most recent call last): File "", lin