Re: [Rpy] Attribute Error on Install

2011-02-14 Thread Laurent
On 15/02/11 05:38, Glen DePalma wrote: > I have python 3.1.3 (32 bit). > > I downloaded rpy2-2.0.6. Did a 'python setup.py install'. > > Does some stuff then I get this message: > > > Attribute error: 'module' object has no attribute 'popen3'. > > The line above is rp=os.popen3('"'+r_exec+'" --ver

[Rpy] Attribute Error on Install

2011-02-14 Thread Glen DePalma
I have python 3.1.3 (32 bit). I downloaded rpy2-2.0.6. Did a 'python setup.py install'. Does some stuff then I get this message: Attribute error: 'module' object has no attribute 'popen3'. The line above is rp=os.popen3('"'+r_exec+'" --version')[2] Any ideas? Could be simple, I'm new to th