Hi,
Running into a couple problems compiling rpy2 on windows.
I have R_HOME defined and R in the system path.
first off in setup.py, def getRinterface_ext:
include_dirs = [x.lstrip('-I','') for x in include_dirs]
is bad if your drive letter happens to be 'I', I've replaced this with
x.repla
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo