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-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 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.

[Rpy] rpy2-2.3.1

2012-12-11 Thread Laurent Gautier
Hi, One annoying issue Python 3.3, not caught by the unit tests, slipped through the beta period. This is now fixed in rpy2-2.3.1, already available on Pypi. This is also indicating that most rely on Python 2.7 (which includes myself, it appears). Note that the next release of rpy2 will only su

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 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] rpy2-2.3.1

2012-12-11 Thread Artur Wroblewski
On Tue, Dec 11, 2012 at 5:10 PM, Laurent Gautier wrote: > Hi, > > One annoying issue Python 3.3, not caught by the unit tests, slipped > through the beta period. > This is now fixed in rpy2-2.3.1, already available on Pypi. Thanks for the fast fix and immediate release. [...] Regards, w -