Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-12-11 Thread Laurent Gautier
On 2012-12-11 18:24, Thomas Kluyver wrote: > On 11 December 2012 17:07, Laurent Gautier > wrote: > > I was bugfixing 2.3.0, and since at it I implemented the suggested > changes to the default (dev) branch. That's completely untested; > someone should try. >

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-12-11 Thread Thomas Kluyver
On 11 December 2012 17:07, Laurent Gautier wrote: > I was bugfixing 2.3.0, and since at it I implemented the suggested > changes to the default (dev) branch. That's completely untested; someone > should try. Just looking at the code, I doubt it will work: rp = (p.stdin, p.stdout, p.stderr) ..

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-12-11 Thread Laurent Gautier
On 2012-12-11 15:33, Laurent Gautier wrote: On 2012-12-11 10:27, Yuanda Zhu wrote: Hi, I have a similar problem. After taking all the suggestions from Bitbucket on installing rpy2 under win7 with python 3.2. I installed RTools, defined RHOME, R_HOME, and R_USER and appended the path of R.dll.

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-12-11 Thread Laurent Gautier
On 2012-12-11 10:27, Yuanda Zhu wrote: Hi, I have a similar problem. After taking all the suggestions from Bitbucket on installing rpy2 under win7 with python 3.2. I installed RTools, defined RHOME, R_HOME, and R_USER and appended the path of R.dll. In the end, when running "python setup.py in

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-12-11 Thread Yuanda Zhu
Hi, I have a similar problem. After taking all the suggestions from Bitbucket on installing rpy2 under win7 with python 3.2. I installed RTools, defined RHOME, R_HOME, and R_USER and appended the path of R.dll. In the end, when running "python setup.py install", it it turned out to be following:

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-11-12 Thread Faber Castell
Hi Shane, Thanks for your reply, I looked into PypeR but I will not be able to make it work on my PC. I also looked into pyRserve which is a working alternative to RPy2. However, I would rather use RPy2 which seems to better suit my needs according to this SO thread : http://stackoverflow.com/quest

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-11-12 Thread Shane Carey
Hi, I started to use a module called PypeR and it works good for me. Cheers On Mon, Nov 12, 2012 at 10:27 AM, Faber Castell < fabercastellsince1...@gmail.com> wrote: > Hi, > > I am struggling setting up RPy2 with Windows. > > My config: Win7 32 bit *without admin right* (I understood they are

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-11-12 Thread Faber Castell
Hi, I am struggling setting up RPy2 with Windows. My config: Win7 32 bit *without admin right* (I understood they are not required, am I wrong?) - R 14.2 (C:\R\R-2.14.2\bin\i386\R.exe) - Portable Python 2.7 (C:\PortablePython\App\python.exe) - rpy2-2.3.0beta1.tar.gz I cannot modify environment k

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-10-19 Thread Shane Carey
Hi, Thanks for your help, I have now managed to get Rpy2 installed, but now when I run the program. I get the follwoing error: raise RuntimeError("Unable to locate R.dll within C:\PROGRA~1\R") My R_HOME is this "C:/PROGRA~1/R/R-215~1.0" but I dont know where to change it. Thanks for the help, i

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-10-18 Thread Laurent Gautier
Did you check the following ? https://bitbucket.org/lgautier/rpy2/issue/95/automagic-settings-for-windows On 2012-10-18 17:34, Shane Carey wrote: Already tried that. On Thu, Oct 18, 2012 at 4:33 PM, Paul Hobson > wrote: Add the path to the R executable to your s

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-10-18 Thread Shane Carey
Already tried that. On Thu, Oct 18, 2012 at 4:33 PM, Paul Hobson wrote: > Add the path to the R executable to your system path. > > See here for instructions: > http://www.computerhope.com/issues/ch000549.htm#0 > > On Thu, Oct 18, 2012 at 7:57 AM, Shane Carey wrote: > > Hi, > > > > I have downl

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-10-18 Thread Paul Hobson
Add the path to the R executable to your system path. See here for instructions: http://www.computerhope.com/issues/ch000549.htm#0 On Thu, Oct 18, 2012 at 7:57 AM, Shane Carey wrote: > Hi, > > I have downloaded Rpy2, but when I go to install it, I get the following > error, > Error Tried to gues