On 9 December 2011 07:11, Marko Limbek wrote:
> When I try to import OrderedDict I get this error. I am afraid I cannot
> import it with my python version. Is that true?
If you're using Python 2.6, you need to download the module Federico linked
to. It's available from collections in 2.7.
Whet
Dear Rpy gurus,
I got the following issues while trying to install rpy 1.0.3 on my MacBook Pro:
first, I was unable to fetch my R version which is 2.14.0. I modified the line
101 in rpy_tools.py as
version = re.search(" +([0-9]\.[0-9][0-9]\.[0-9])", output)
to deal with the 2 digit nu
On Fri, Dec 9, 2011 at 3:11 PM, Jean-Baptiste Marquette wrote:
> Dear Rpy gurus,
>
> I got the following issues while trying to install rpy 1.0.3 on my MacBook
> Pro:
>
> first, I was unable to fetch my R version which is 2.14.0. I modified the
> line 101 in rpy_tools.py as
>
> version = re.se
Hi Peter,
Works fine, thanks for the hint.
Cheers
JB
Le 9 déc. 2011 à 11:21, Peter a écrit :
> On Fri, Dec 9, 2011 at 3:11 PM, Jean-Baptiste Marquette
> wrote:
>> Dear Rpy gurus,
>>
>> I got the following issues while trying to install rpy 1.0.3 on my MacBook
>> Pro:
>>
>> first, I was una