search for: _rpy2091

Displaying 2 results from an estimated 2 matches for "_rpy2091".

Did you mean: _rpy2031
2009 Jul 09
1
Rpy not working after upgrade to R2.9.1
...when I try to import rpy: >>> import rpy Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.6/dist-packages/rpy.py", line 134, in <module> """ % RVERSION) RuntimeError: No module named _rpy2091 RPy module can not be imported. Please check if your rpy installation supports R 2.9.1. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_opt...
2009 Sep 21
0
Ubuntu Hardy python-rpy package missing _rpy2092 (PR#13962)
...before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import * >>> I checked in /usr/lib/python2.5/site-packages/ and there is only _rpy2091.so - _rpy2092.so is missing. I experienced the same issue the last time I upgraded R from the hardy mirror you guys have. I ended up doing some hackery by using the debian lenny python-rpy package, I'd rather avoid that this time around. Thanks -- DennisR