Skip to content

patch for consideration

3 messages · Simon Urbanek, Kjell Konis

#
## Sorry - just realized I replied to the last message off-list ##

OK, I see what's going on. R CMD is setting DYLD_LIBRARY_PATH but  
after Python is already running so nothing happens. Looks like I'l be  
setting those paths by hand.

Thanks for your help,
Kjell
On Sep 30, 2009, at 6:10 PM, Simon Urbanek wrote:

            
#
On Sep 30, 2009, at 12:57 , Kjell Konis wrote:

            
That shouldn't be a problem - DYLD_LIBRARY_PATH is dynamic on Darwin  
(unlike LD_LIBRARY_PATH on some systems) so changes *do* become active  
immediately. Are you sure you're not setting it in a different  
environment? This seems more like an issue in Rpy, not in R ...

Cheers,
Simon

(I should add that this all is only an issue when not using the  
framework which is much easier since you can query everything from the  
bundle which is why R.app can work even without R CMD)
#
On Sep 30, 2009, at 7:47 PM, Simon Urbanek wrote:

            
You're right - I had it confused with LD_LIBRARY_PATH.
In fact I'm building it right now :)