Strange Problem with RPy2
Posted
by jrara
on Stack Overflow
See other posts from Stack Overflow
or by jrara
Published on 2009-10-30T12:24:28Z
Indexed on
2010/05/18
5:40 UTC
Read the original article
Hit count: 298
Hello,
After installing RPy2 from
http://rpy.sourceforge.net/rpy2.html
I'm trying to use it in Python 2.6 IDLE but I'm getting this error:
>>> import rpy2.robjects as robjects
>>> robjects.r['pi']
<RVector - Python:0x0121D8F0 / R:0x022A1760>
What I'm doing wrong?
© Stack Overflow or respective owner