[Rpy] Can't get rpy2 to work with new version of R

2010-09-19 Thread David Robinson
Hi, I just reinstalled R with version 2.11 (on a Mac running OS X 10.5.8). Rpy2 used to run fine on my machine, but now I'm running into a problem I've never seen before: >>> from rpy2.robjects import * Traceback (most recent call last): File "", line 1, in File "build/bdist.macosx-10.3-fat/

Re: [Rpy] Can't get rpy2 to work with new version of R

2010-09-19 Thread David Robinson
Hi again, Just letting you know that I just tried copying the entire 2.11 folder, and calling the new one 2.9. As far as I can tell, rpy2 now works. Someone still might want to look for the problem- I am unsure why it would think my version is 2.9- but I seem to be OK. Sorry to bother the list!