Re: [Rpy] Rpy on Mac

2008-06-25 Thread John Reid
Warnes, Gregory R. wrote: > Try locating the libR.dylib file and then placing the exact correct > directory in the LD_LIBRARY_PATH environment variable. Just in case this is relevant: On my MAC I needed to use the DYLD_LIBRARY_PATH rather than the LD_LIBRARY_PATH common on UNIXes I've used befo

Re: [Rpy] Rpy on Mac

2008-06-24 Thread Gregory Warnes
On 6/24/08 10:52PM , "Nishant Joshi" <[EMAIL PROTECTED]> wrote: > Referenced from: /Library/Python/2.5/site-packages/libR.dylib Where exactly are your libR.dylib, libRblas.dylib, and libRlapack.dylib files? This doesn¹t look like the standard location... The standard locations on the mac is:

Re: [Rpy] Rpy on Mac

2008-06-24 Thread Warnes, Gregory R.
Hi Nishant, It looks like rpy can¹t locate the R shared library: RuntimeError: dlopen(/Library/Python/2.5/site-packages/_rpy2062.so, 2): Library not loaded: libR.dylib Try locating the libR.dylib file and then placing the exact correct directory in the LD_LIBRARY_PATH environment variable. -Gre

[Rpy] Rpy on Mac

2008-06-24 Thread Nishant Joshi
Hi I am trying to use Rpy for a project. I am using a mac (OS X v 10.5.3) The version of python is 2.5.1, R is 2.6.2 and Rpy is 1.0.3. I followed the instructions in the README and didn't get any errors. However, when I try to import Rpy in Python, I get the following error message, Traceback (mo