Comment 2 for bug 128180

Revision history for this message
Luís Figueira (lafig3) wrote :

This bug still exists in the gutsy release version. I've also tried to update R, but without any success. Anybody knows how to fix this?

Python 2.5.1 (r251:54863, Oct 5 2007, 13:36:32)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import rpy
RHOME= /usr/lib/R
RVERSION= 2.5.1
RVER= 2051
RUSER= /home/luisf
Loading Rpy version 2051 ..
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/rpy.py", line 112, in <module>
    exec("import _rpy%s as _rpy" % RVER)
  File "<string>", line 1, in <module>
ImportError: No module named _rpy2051