Re: [Rpy] Cannot call R function from Python CGI script

2008-07-14 Thread Saket
Sorry, here's the exact error message: **: Couldn't execute the R interpreter `sh: R: command not found/bin/R'. Thanks. On Mon, Jul 14, 2008 at 6:25 PM, Saket <[EMAIL PROTECTED]> wrote: > Hi, > > I was wondering if someone could help with this problem. I installed R, and > and am able to use it

[Rpy] Cannot call R function from Python CGI script

2008-07-14 Thread Saket
Hi, I was wondering if someone could help with this problem. I installed R, and and am able to use it successfully in a regular Python program after importing it using "import rpy". However, when I try to do "import rpy" from a Python cgi script, I get an error which says: Couldn't execute the R i