From: Divye K. <div...@gm...> - 2008-09-24 07:13:59
|
Hi Dean, On Wed, Sep 24, 2008 at 3:37 AM, Dean Michael Berris <mik...@gm... > wrote: > Yes, they do. Let me paste the log of the errors below: > > > <snip> > localhost - - [24/Sep/2008 06:04:28] "POST /cgi-bin/echo_headers.py > HTTP/1.0" 200 - > Traceback (most recent call last): > File > "/home/dean/Source/C++/cpp-netlib-http_integration/libs/network/test/server/cgi-bin/echo_headers.py", > line 17, in <module> > hdrs = cgisupport.http_headers(os.environ.get('HTTP_ALL_HEADERS')) > File > "/home/dean/Source/C++/cpp-netlib-http_integration/libs/network/test/server/cgi-bin/cgisupport.py", > line 11, in __init__ > self.parse(header_str) > File > "/home/dean/Source/C++/cpp-netlib-http_integration/libs/network/test/server/cgi-bin/cgisupport.py", > line 24, in parse > self.headers = self.__parse_headers(header_str) > File > "/home/dean/Source/C++/cpp-netlib-http_integration/libs/network/test/server/cgi-bin/cgisupport.py", > line 31, in __parse_headers > lines = str.split('\n') > AttributeError: 'NoneType' object has no attribute 'split' > localhost - - [24/Sep/2008 06:04:28] CGI script exit status 0x100 > > <snip> > This is a different set of errors than those faced by Glyn. This requires investigation, but unfortunately, my linux box is shot due to a driver issue. It will take me some time to check this out. :( > > >> > >> Can we fix this before I merge to trunk and release 0.3? > > > > Hopefully yes, > > > > Sounds promising. > > You don't encounter this problem in Linux? > Linux box down :( > > -- > Dean Michael C. Berris > Software Engineer, Friendster, Inc. > Divye -- An idealist is one who, on noticing that a rose smells better than a cabbage, concludes that it will also make better soup. H. L. Mencken (1880 - 1956) My official web site: http://people.iitr.ernet.in/shp/061305/ Webmaster: http://www.drkapoorsclinic.com Blog: http://divyekapoor.blogspot.com |