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

2010-10-04 Thread Laurent Gautier
There might be a more serious issue. Your traceback refers to an older (and unstable) version of rpy2: """ Referenced from: /Users/davidrobinson/.python-eggs/rpy2-2.1.0alpha2dev_20100129-py2.6-macosx-10.3-fat.egg-tmp/rpy2/rinterface/rinterface.so """ Did you follow the recommendations when upgra

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

2010-09-20 Thread Laurent
On 20/09/10 05:06, David Robinson wrote: > 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): >

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!