|
Gregory Bond
gnb at itga.com.au
Mon Dec 23 09:15:50 EST 2002
In the line:
File "G:\PYTHON\PYTHON\lib\site-packages\mod_python\apache.py", line 764, in restore_nocgi
for k in osenv:
Change this to
for k in osenv.keys():
and it gets past this problem. I have still other problems with cgihandler
tho (see my message from the other day).
|