In data martedì 12 marzo 2013 17:07:39, Laurent Gautier ha scritto:

Hello Laurent,

> The error message in full would certainly help guessing what is happening.

Simply put, this list vector used to be loaded in the package namespace, but  
is not loaded anymore on package import.

>>> hasattr(graphite, "kegg")
False

>>> rpy2.__version__
'2.3.3'

The exact error is, in fact

AttributeError: 'SignatureTranslatedPackage' object has no attribute 'kegg'

I just confirmed the fact that it worked on a machine with 2.2.x.

In [6]: hasattr(graphite, "kegg")
Out[6]: True

In [8]: rpy2.__version__
Out[8]: '2.2.5'

– 
Luca Beltrame, Ph.D. - Translational Genomics Unit
Oncology Department, Mario Negri Institute

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to