Environment variables in cgi
Maurizio Manetti
giannozzo at arca.net
Wed Feb 2 04:41:06 EST 2000
More information about the Python-list mailing list
Wed Feb 2 04:41:06 EST 2000
- Previous message (by thread): Environment variables in cgi
- Next message (by thread): Environment variables in cgi
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Environment variables in cgi
- Next message (by thread): Environment variables in cgi
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list