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
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