I\'m trying to install rpy2 on my computer, but I wasn\'t able to do it.
I downloaded the source package and I tryed to install Rpy2 (rpy2-2.3.2) using the command <
The install script setup.py
is telling that a problem was met when running
"C:\PROGRA~1\R\R-215~1.2\bin\R" CMD config --ldflags
Open a terminal, paste that command, check what the error is.
As you edited the question with the output the problem seems to be that while running that command as a subprocess from python setup.py install
an empty string is returned while when running the command from a terminal there is an output.
I am also reading from the output from the terminal that cygwin is involved. May be this is the problem ?