My R v.2.12.2 on Ubuntu is not working with latest rpy-python package:
File "/usr/lib/python2.6/dist-packages/rpy.py", line 134, in <module>
""" % RVERSION)
RuntimeError: No module named _rpy2112.</module>
According to 'dpkg -L python-rpy | grep -e "_rpy.*.so" command I have only _rpy2121.so lib. It seems that rpy is builded for R v2.12.1 but not R v.2.12.1. Can you please to rebuild the package for newer version of R?
Anonymous