Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread James Yoo
Thanks. I think I'm stuck with compiling it. On Dec 19, 2008, at 6:51 PM, Peter wrote: > On Fri, Dec 19, 2008 at 9:19 PM, James Yoo > wrote: >> yes, I have R in the path... the hang up is that the rpy2 binary >> installer >> expects to find python in the registry... hoping someone on

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread Peter
On Fri, Dec 19, 2008 at 9:19 PM, James Yoo wrote: > yes, I have R in the path... the hang up is that the rpy2 binary installer > expects to find python in the registry... hoping someone on this list might > have had success installing rpy2 on windows (python not registered) with the > binary insta

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread Peter
On Fri, Dec 19, 2008 at 8:53 PM, James Yoo wrote: > I have a binary install of python2.5 and R-2.8.0, both in non-standard > locations and not in the registry. Is there a way to get the rpy2 installer > to see my python install without inspecting the registry? If you were compiling R from source

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread James Yoo
oh, but the root of the problem is that I do not have admin rights on the install target On Fri, Dec 19, 2008 at 4:38 PM, James Yoo wrote: > whoa, that looks very promising. Thank you very much. > > > On Fri, Dec 19, 2008 at 4:22 PM, laurent oget wrote: > >> http://mail.python.org/pipermail/dis

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread James Yoo
whoa, that looks very promising. Thank you very much. On Fri, Dec 19, 2008 at 4:22 PM, laurent oget wrote: > http://mail.python.org/pipermail/distutils-sig/2001-January/001807.html > > I think your answer is in there > > L > > 2008/12/19 James Yoo : > > yes, I have R in the path... the hang up i

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread laurent oget
http://mail.python.org/pipermail/distutils-sig/2001-January/001807.html I think your answer is in there L 2008/12/19 James Yoo : > yes, I have R in the path... the hang up is that the rpy2 binary installer > expects to find python in the registry... hoping someone on this list might > have had s

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread James Yoo
okay thanks. I'll give the compile option a try... On Fri, Dec 19, 2008 at 4:17 PM, laurent oget wrote: > This sounds like a question for the developers of the python packaging > utilities, i have no clue what the installer does, i just build it > using setup.py. > > The good news is that build

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread laurent oget
This sounds like a question for the developers of the python packaging utilities, i have no clue what the installer does, i just build it using setup.py. The good news is that building rpy2 from source is not that hard. All you need is MSYS and MINGW, then 'python setup.py install' will get you th

[Rpy] SF.net SVN: rpy:[723] rpy2/branches/version_2.0.x/doc/source

2008-12-19 Thread lgautier
Revision: 723 http://rpy.svn.sourceforge.net/rpy/?rev=723&view=rev Author: lgautier Date: 2008-12-19 21:39:45 + (Fri, 19 Dec 2008) Log Message: --- Edits to specify a little more what is happening with function calls Modified Paths: -- rpy2/branches/ver

[Rpy] SF.net SVN: rpy:[724] rpy2/branches/version_2.0.x/rpy/robjects

2008-12-19 Thread lgautier
Revision: 724 http://rpy.svn.sourceforge.net/rpy/?rev=724&view=rev Author: lgautier Date: 2008-12-19 21:53:06 + (Fri, 19 Dec 2008) Log Message: --- Added docstrings Modified Paths: -- rpy2/branches/version_2.0.x/rpy/robjects/__init__.py rpy2/branche

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread James Yoo
yes, I have R in the path... the hang up is that the rpy2 binary installer expects to find python in the registry... hoping someone on this list might have had success installing rpy2 on windows (python not registered) with the binary installer On Fri, Dec 19, 2008 at 3:09 PM, Peter wrote: > On

[Rpy] SF.net SVN: rpy:[722] rpy2/branches/version_2.0.x/rpy/robjects/tests/ testNumpyConversions.py

2008-12-19 Thread lgautier
Revision: 722 http://rpy.svn.sourceforge.net/rpy/?rev=722&view=rev Author: lgautier Date: 2008-12-19 20:58:12 + (Fri, 19 Dec 2008) Log Message: --- Fallback for the numpy-conversion test suite in the case numpy is not installed Modified Paths: -- rpy2/b

[Rpy] rpy2 windows binary install

2008-12-19 Thread James Yoo
I have a binary install of python2.5 and R-2.8.0, both in non-standard locations and not in the registry. Is there a way to get the rpy2 installer to see my python install without inspecting the registry? thanks for any help. james -