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     RUSER = rpy_options['RUSER']
   62 else:
   63     RUSER = rpy_tools.get_R_USER()
   64
   65 VERBOSE=rpy_options['VERBOSE']
RUSER undefined, rpy_tools = None, rpy_tools.get_R_USER undefined
 C:\Python24\Lib\site-packages\rpy_tools.py in get_R_USER()
  119     RUSER = os.getenv("HOME")
  120   if not os.path.exists(str(RUSER)) and sys.platform == 'win32':
  121     RUSER = os.getenv("HOMEDRIVE") + os.getenv("HOMEPATH")
  122   if not os.path.exists(str(RUSER)):
  123     RUSER=os.getcwd()
RUSER = None, global os = <module 'os' from 'C:\Python24\lib\os.pyc'>,
os.getenv = <function getenv>


How can I solve the problem?

Thanks,
Paul

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
rpy-list mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to