Hi,
I would like to use rpy in a cgi script.
it doesn't have any problem if i run it a command prompt, however,
when i put it onto the server, it doesn't work and returns the
following error message:
14 from rpy import *
15
16
rpy undefined
C:\Python24\Lib\site-packages\rpy.py
61
On 4/12/07, Ling Fung Tang <[EMAIL PROTECTED]> wrote:
Hi,
I would like to use rpy in a cgi script.
it doesn't have any problem if i run it a command prompt, however,
when i put it onto the server, it doesn't work
Remember that cgi scripts are run as a different user than "you". You may
nee