Re: [Rpy] undefined symbol: KillAllDevices

2008-05-12 Thread Gregory Warnes
The fix for this bug has been submitted to SVN. -G On May 12, 2008, at 2:26PM , John Reid wrote: Well I seemed to have fixed it by changing the call to KillAllDevices() in rpymodule.c to Rf_KillAllDevices() as is defined in libR.so. Perhaps there's a better way? Thanks for a great rpy pac

Re: [Rpy] undefined symbol: KillAllDevices

2008-05-12 Thread John Reid
Well I seemed to have fixed it by changing the call to KillAllDevices() in rpymodule.c to Rf_KillAllDevices() as is defined in libR.so. Perhaps there's a better way? Thanks for a great rpy package BTW, John. John Reid wrote: > I get this error when I import rpy: > /usr/local/lib/python2.5/sit