Laurent Gautier wrote, On 06/25/08 15:47:
> Wild guess: this has something to do with the multiple interpreters
> http://www.modpython.org/live/current/doc-html/pyapi-interps.html
>
> (reading the doc Python's C-level "Py_NewInterpreter()" is hinting that
> this is likely the nature of the problem
s much slower, however.
There is something with the import functionality of mod_python that does not
work well with rpy, so I'm not even sure if a possible fix would concern
mod_python or rpy.
Christof
> -Original Message- From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] B
an't plainly import rpy from within modpython due to the
> way sessions are managed.
>
> About the get problem I have no clue either...
>
> Quoting Christof Winter on 06/25/2008 08:53 AM:
>> Hi Renato,
>>
>> sorry for the late reply, I hadn't subscrib
I tried to include use rpy within a Python script that runs on a mod_python
Apache server. Upon import with from rpy import *, I get
RPy_Exception: R Function "get" not found
The full error stack trace is pasted below. Any ideas? There was a similar post
concerning django, with the same error m