python 1.5.2 cgi.py and os.py error

Holly hollyw61 at hotmail.com
Mon Jul 14 13:04:40 EDT 2003


Hello List,

My windows laptop configured as: XP, Python 1.5.2, MySQL 4.0.9 and
Appache 1.3.17

A form ("Post" has been used) has a product list with about 400
products. The user checks each item he wants and place an order. NOw
when they hit "Place Order" or "Cancel Order" , apache pops an error
in log:


[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] Premature end of
script headers: c:/program files/apache
group/apache/htdocs/usa/order.py
[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] Traceback
(innermost last):

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1]   File
"c:\PROGRA~1\APACHE~1\apache\htdocs\usa\order.py", line 1923, in ?

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1]     Main()

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1]   File
"c:\PROGRA~1\APACHE~1\apache\htdocs\usa\order.py", line 1892, in Main

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1]     form =
FormContent() # handle stdin parsing

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1]   File
"C:\usr\bin\lib\cgi.py", line 1097, in __init__

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1]     self.dict =
parse(environ=environ)

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1]   File
"C:\usr\bin\lib\cgi.py", line 528, in parse

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1]    
environ['QUERY_STRING'] = qs    # XXX Shouldn't, really

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1]   File
"C:\usr\bin\lib\os.py", line 243, in __setitem__

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1]     putenv(key,
item)

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] OSError: (0,
'Error')

If I delete more than ten records in the product table, the error
disappears. Any ideas?

Thanks in advance.




More information about the Python-list mailing list