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

2010-11-02 Thread Laurent Gautier
On 02/11/10 17:22, Peter wrote: > On Tue, Nov 2, 2010 at 4:11 PM, John A Schroeder > wrote: >> OOPs, >> >> >> Looks like it is working if I correct my R_HOME from >> >> R_HOME=C:\Program Files\R\R-2.12.0\bin\i386\ >> >> to >> >> R_HOME=C:\Program Files\R\R-2.12.0 >> >> The incorrect R_HOME was a

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

2010-11-02 Thread Peter
On Tue, Nov 2, 2010 at 4:11 PM, John A Schroeder wrote: > > OOPs, > > > Looks like it is working if I correct my R_HOME from > > R_HOME=C:\Program Files\R\R-2.12.0\bin\i386\ > > to > > R_HOME=C:\Program Files\R\R-2.12.0 > > The incorrect R_HOME was a result of an earlier attempt to get this workin

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

2010-11-02 Thread John A Schroeder
list" To rpy-list@lists.sourceforge.net cc Subject Re: [Rpy] rpy2 2.0.8 win32 Unable to locate R.dll Yes, Here is the trace back Traceback (most recent call last): File "E:\Users\roe\Eclipse\workspace\Python\RPy\src\Faithful.py", line 8, in import rpy2.rpy_cl

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

2010-11-02 Thread John A Schroeder
8-526-2930 Peter 11/02/2010 09:48 AM Please respond to rpy-list@lists.sourceforge.net To "RPy help, support and design discussion list" cc Subject Re: [Rpy] rpy2 2.0.8 win32 Unable to locate R.dll On Tue, Nov 2, 2010 at 3:15 PM, John Schroeder wrote: > Deschamps, Ben

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

2010-11-02 Thread Peter
On Tue, Nov 2, 2010 at 3:15 PM, John Schroeder wrote: > Deschamps, Benjamin AGR.GC.CA> writes: > > Has anyone solved this?  I lost track of this thread, but now have the same > problem.  The recommended solution (changes to rinterface\__init__.py) does > not work for me.  The RPy2 error message I

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

2010-11-02 Thread John Schroeder
Deschamps, Benjamin AGR.GC.CA> writes:   > > R.dll is located at C:\Program Files\R\R-2.12.0\bin\i386\R.dll, > and my PATH includes C:\Program Files\R\R-2.12.0, C:\Program Files\R\R-2.12.0 \bin > and C:\Program Files\R\R-2.12.0\bin\i386. I also have the variable R_HOME > defined as C:\Program Fi

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

2010-10-28 Thread Peter
On Wed, Oct 27, 2010 at 9:26 PM, Deschamps, Benjamin wrote: > 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...

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

2010-10-27 Thread Deschamps, Benjamin
)? Thanks, Benjamin -Original Message- From: p.j.a.c...@googlemail.com [mailto:p.j.a.c...@googlemail.com] On Behalf Of Peter Sent: October 27, 2010 11:05 AM To: RPy help, support and design discussion list Cc: Deschamps, Benjamin Subject: Re: [Rpy] rpy2 2.0.8 win32 Unable to locate R.dll

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