Why not use http://pypi.python.org/pypi/ordereddict ?
--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of
discussion for anyone consi
I just did a simple rgrep in the code directory and found out that the
activate function was in rpy2.robjects.numpy2ri.activate() not just
robjects.
Sorry about the bother!
Federico
--
Get a FREE DOWNLOAD! and learn more
Hi everyone,
I was working with some older code that requires both numpy and rpy2.
I downloaded the latest version of rpy2, and after failing to get the
program to run, I received a suggestion to try adding:
rpy2.robjects.activate()
import rpy2.robjects
import rpy2.robjects.numpy2ri
however, in