I have installed Rpy2 v 2.08 under Windows XP 32. I want to do a factor analysis from the R stats package. >From the RPY2 documentation I need to import rpy2 packages. I find I can import rpy2 and rpy2.objects but rpy2.robjects.packages cannot be found.
>>> import rpy2 >>> import rpy2.robjects >>> import rpy2.robjects.packages Traceback (most recent call last): File "<pyshell#2>", line 1, in <module> import rpy2.robjects.packages ImportError: No module named packages Any suggestions please? ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list