Re: [Rpy] RPy 1.0.3 : Problem with data_frame

2011-02-14 Thread Laurent
On 12/02/11 16:42, Pascal Grandeau wrote: > Good morning, > > I get a problem with RPy 1.0.3 (I installed it with > rpy-1.0.3.win32-py2.7-R.2.12.1.exe) when I try the statsmodels example : > here is the code and the error > > from rpy import r > import scikits.statsmodels as sm > > data=sm.datasets

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