I tried to install rpy-1.0.3-R-2.7.0-win32-py2.5.exe
but after i do: from rpy import *
i got the following error message. I have searched online w/o luck. Anybody
here can help me? Thanks a lot.
in control panel, I have already set the path to R2.7.0. do i have to do
this somehow in python? thanks alot.
p.s. I have also tried:
import sys
sys.path.append('C:/Program Files/R/R-2.7.0/bin') and
sys.path.append("C:\\Program Files\\R\\R-2.7.0\\bin")
still got the same error message.
>>> from rpy impor