[Sun Jan 18 00:25:08 2009] [error] [client 80.200.222.60] Traceback (most recent call last): [Sun Jan 18 00:25:08 2009] [error] [client 80.200.222.60] File "/ home/www/appwsgi/www/lib/upload.py", line 8, in application [Sun Jan 18 00:25:08 2009] [error] [client 80.200.222.60] bin = FieldStorage(fp=str(environ['wsgi.input']), environ=environ) [Sun Jan 18 00:25:08 2009] [error] [client 80.200.222.60] File "/usr/ python/lib/python3.0/cgi.py", line 479, in __init__ [Sun Jan 18 00:25:08 2009] [error] [client 80.200.222.60] self.read_multi(environ, keep_blank_values, strict_parsing) [Sun Jan 18 00:25:08 2009] [error] [client 80.200.222.60] File "/usr/ python/lib/python3.0/cgi.py", line 599, in read_multi [Sun Jan 18 00:25:08 2009] [error] [client 80.200.222.60] parser.feed(self.fp.read()) [Sun Jan 18 00:25:08 2009] [error] [client 80.200.222.60] AttributeError: 'str' object has no attribute 'read'
bin = FieldStorage(fp=str(environ['wsgi.input']), environ=environ) damit --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
