[Piuparts-devel] python-rpy fails to import
Dave Steele
dsteele at gmail.com
Sat Apr 20 21:27:31 UTC 2013
Package: python-rpy
Version: 1.0.3-24
Severity: important
thanks
The latest version of the python rpy module in sid fails to import.
$ python
Python 2.7.3 (default, Mar 4 2013, 14:57:34)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import rpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/rpy.py", line 134, in <module>
""" % RVERSION)
RuntimeError: /usr/lib/python2.7/dist-packages/_rpy3000.so: undefined
symbol: Rf_PrintWarnings
RPy module can not be imported. Please check if your rpy
installation supports R 3.0.0. 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_options(RHOME='c:/progra~1/r/rw2011/')
>>> from rpy import *
>>>
This error message is discussed upstream, in
http://sourceforge.net/mailarchive/forum.php?thread_name=513E13A1.5040008%40gmail.com&forum_name=rpy-list
More information about the Piuparts-devel
mailing list