On Jun 11, 2008, at 10:45 AM, Renato Alves wrote:

> Still can't get it to work... Am I missing something?
>
> b <- r("'rownames<-'")(b, a)
> TypeError: 'str' object is not callable

I think you were right before -- in Python, that should be:

        b = r("'rownames<-'")(b, a)

etc.  The "<-" syntax is not supported in Python AFAIK.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to