Hi all,
I just compile the new rpy2-2.3.3 version. But i encounter a importerror when
*import rpy2.robjects as ro*.
The error message is:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-4-bd461266c9bc> in <module>()
----> 1 import rpy2.robjects
/usr/lib/python3.3/site-packages/rpy2/robjects/__init__.py in <module>()
12 import array
13 import itertools
---> 14 import rpy2.rinterface as rinterface
15 import rpy2.rlike.container as rlc
16
/usr/lib/python3.3/site-packages/rpy2/rinterface/__init__.py in <module>()
99
100
--> 101 from rpy2.rinterface._rinterface import *
102
103
ImportError:
/usr/lib/python3.3/site-packages/rpy2/rinterface/_rinterface.cpython-33m.so:
undefined symbol: Rf_PrintWarnings
It seems that the module of rinterface didn't define Rf_PrintWarnings, but i
don't know how to fix it. The basic information is:
python version:
>>> import sys
>>> sys.verison_info
sys.version_info(major=3, minor=3, micro=0, releaselevel='final', serial=0)
R verion:
R --version
R Under development (unstable) (2013-02-22 r62030) -- "Unsuffered Consequences"
Copyright (C) 2013 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-unknown-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under the terms of the
GNU General Public License versions 2 or 3.
For more information about these matters see
http://www.gnu.org/licenses/.
------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
endpoint security space. For insight on selecting the right partner to
tackle endpoint security challenges, access the full report.
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list