Thanks Laurent.
I have installed a VMWare Ubuntu machine and am quite impressed.
Python runs much faster as a Linux VM under Win7 than it did on a dual
boot XP (quad core I7).
However I have been having no end of problems trying to get rpy2 to run.
When I run the tests
python -m 'rpy2tests'
I get
On Fri, Aug 6, 2010 at 8:59 AM, jul wrote:
>
> Use :
> from rpy import *
> instead of:
> import rpy
You can use "from rpy import *" and then just "r", or
"import rpy" and then "rpy.r".
It looks like your install has failed for some reason...
Peter
-