|
From: John H. <jo...@ne...> - 2001-03-09 19:45:53
|
All,
I'm trying to run a CGI written in Jython. I got a test script
working in regular python first and then changed it to jython. The
jython version didn't work.
After poking around I discovered that the os.envron variable was
empty. Presumably this is why FieldStorage is empty as well. Is there a
good way to get the environment variables into a jython script?
John
|