May be a mismatch between the R library rpy2 was built against. It
should not segfault thought.
Can you try:
import rpy2.rinterface
# Does this give a version number for R that you would expect ?
print(rpy2.rinterface.R_VERSION_BUILD)
# Does this complete without a crash ?
print(rpy2.rinterface
Hi,
I've installed rpy2 (2.2.4) with python 2.6.4 against R2.11 on centos 5.6.
When I import rpy2 it works fine, but when I try to run tests or anything
else : get:
>>> import rpy2
>>> rpy2.__path__
['/local/lib/python2.6/site-packages/rpy2']
>>> import rpy2.tests
cannot find system Renviron
Fata