[Rpy] explicitely remove R() from rpy or use try?

2008-07-10 Thread Mark Janikas
Hello all, I believe the rpy doc indicates that there is a way to kill the connection to R within the script if you are on unix flavored OSs. I am looking for a way to do this on windows. I am working with an application that runs each python script "In Process", essentially using PyExecStrin

[Rpy] explicitely remove R() from rpy or use try?

2008-07-10 Thread Mark Janikas
Hello all, I believe the rpy doc indicates that there is a way to kill the connection to R within the script if you are on unix flavored OSs. I am looking for a way to do this on windows. I am working with an application that runs each python script "In Process", essentially using PyExecStrin

Re: [Rpy] Problems installing on 64 bit Suse...

2008-07-10 Thread laurent oget
> gcc -pthread -shared build/temp.linux-x86_64-2.5/src/rpymodule2062.o > build/temp.linux-x86_64-2.5/src/R_eval2062.o > build/temp.linux-x86_64-2.5/src/io2062.o > build/temp.linux-x86_64-2.5/src/setenv.o -L/usr/local/lib64/R/bin > -L/usr/local/lib64/R/lib -L/usr/lib64 -Wl,-R/usr/local/lib64/R/bin >

[Rpy] Problems installing on 64 bit Suse...

2008-07-10 Thread Paul Geeleher
Hi all, I'm trying to install Rpy on a 64 bit Suse Enterprise Edition Server. I'm running R version 2.6.2 and python version 2.5.1. I've set up the path to the R library by creating a link to libR.so and running ldconfig. I've got the python-devel package installed. I'm getting the following error