[IPython-dev] Rmagic under Debian Squeeze problem

Javier Martínez-López javi.martinez.lopez at gmail.com
Mon Jan 21 04:56:05 EST 2013


This is the output at the IPython notebook:

In [1]: import rpy2.rinterface

In [2]: rpy2.rinterface

<module 'rpy2.rinterface' from
'/usr/lib/python2.6/dist-packages/rpy2/rinterface/__init__.pyc'>


In [3]: rpy2.rinterface.parse

--------------------------------------------------------------------------AttributeError
                           Traceback (most recent call
last)<ipython-input-2-ed04621bc7ce> in <module>()----> 1
rpy2.rinterface.parse
AttributeError: 'module' object has no attribute 'parse'


Thank you very much! ; )


On Mon, Jan 21, 2013 at 10:44 AM, Thomas Kluyver <takowl at gmail.com> wrote:

> On 21 January 2013 09:11, Javier Martínez-López <
> javi.martinez.lopez at gmail.com> wrote:
>
>> AttributeError: 'module' object has no attribute 'arse'
>
>
> ...it can't find it's arse with both hands? ;-)
>
> Joking aside, what do you get if you try these lines at the prompt:
>
> import rpy2.rinterface
> rpy2.rinterface
> rpy2.rinterface.parse
>
> Thomas
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130121/c400efaa/attachment.html>


More information about the IPython-dev mailing list