Ishwor wrote:
> Tom
> Hi.
>> i want to use R with Python and Cairo. I have the following problem:
>>
>>
>> # Python
>>
> from rpy2 import robjects
> robjects.r('library(Cairo)')
>> Error in library(Cairo) : es gibt kein Paket 'Cairo'
>> Traceback (m
Tom
Hi.
> i want to use R with Python and Cairo. I have the following problem:
>
>
> # Python
>
from rpy2 import robjects
robjects.r('library(Cairo)')
> Error in library(Cairo) : es gibt kein Paket 'Cairo'
> Traceback (most recent call last):
> F
Hi list,
i want to use R with Python and Cairo. I have the following problem:
# Python
>>> from rpy2 import robjects
>>> robjects.r('library(Cairo)')
Error in library(Cairo) : es gibt kein Paket 'Cairo'
Traceback (most recent call last):
File "", line 1