Environment variables in cgi

Maurizio Manetti giannozzo at arca.net
Wed Feb 2 04:41:06 EST 2000


I'm newbie with python. I'm trying to make some little cgi program.
I have this problem:
In my little script I import the powerful module cgi, then I ty to
access the dictionary cgi.environ but it seems not to exist! Why?
If use, instead, the os.environ dictionary (importing the os module)
everything works perfectly. 

Thank you very much



More information about the Python-list mailing list