Re: [Rpy] Error when installing Rpy2

2010-07-06 Thread Fong Chun Chan
For those who have the same problem, I forgot to compiling R from source with --enable-R-shlib to make it a shared library. So try ./configure --enable-R-shlib Hope that helps anyone with that issue. Fong On Tue, Jul 6, 2010 at 1:57 PM, Fong Chun Chan wrote: > I get this: > > >

Re: [Rpy] Error when installing Rpy2

2010-07-06 Thread Fong Chun Chan
I get this: "R was not built as a library" Fong On Tue, Jul 6, 2010 at 1:56 PM, Peter wrote: > On Tue, Jul 6, 2010 at 9:48 PM, Fong Chun Chan > wrote: > >> Hi, > >> > >> I am trying to get Rpy2 installed on my machine, and I downloaded and >

Re: [Rpy] Error when installing Rpy2

2010-07-06 Thread Fong Chun Chan
> > Hi, > > I am trying to get Rpy2 installed on my machine, and I downloaded and ran > this command: python setup.py install --prefix='/home/fong'. But I've run > into all these errors (listed below). Does anyone have any idea on what is > going on? > > Thanks, > > Fong > > > > running

[Rpy] Rpy2 error when trying to import a library

2010-07-05 Thread Fong Chun Chan
Hi, I am getting this weird error when I try to import the affy package from python using Rpy2. I am using R version 2.10.1 and Rpy2 2.1.3. The piece of code that is causing it is "r.library('simpleaffy'') and the error I am getting: Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to