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
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:
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