Re: [Rpy] Error loading bioconductor affy library..

2009-09-11 Thread Laurent Gautier
It might not be an answer to your exact problem, but it appears to work with rpy2 (packaged for opensuse). >>> from ryp2.robjects import r >>> r.library("affy") rpy2-2.1.x-dev is introducing a Python package-like approach: >>> from rpy2.robjects.packages import importr >>> affy = importr(

[Rpy] Error loading bioconductor affy library..

2009-09-11 Thread Paul Geeleher
Hi guys, I'm getting this error below when I try to load the bioconductor affy library through rpy. It loads find in R though. Its a 64 bit opensuse system. Any ideas would be greatly appreciated! Paul. >>> from rpy import r >>> r('library("affy")') Loading required package: Biobase Welcome to Bi