Larry W. Virden > Jewett, Jim J > > In theory, a blank line should cause this, but in my version of > > httplib.py class HTTPResponse function _read_status, there > > is a guard clause.
> > if not line: > > raise BadStatusLine(line) > > If you have that same clause and are still getting the > > error, then I'm flummoxed. > I don't have that guard clause - the line 'if not line' doesn't > appear in my copy of the file you mention. > So, does that mean I need an update of something? I would recommend an upgrade of httplib.py. I got it by upgrading my python to 2.3.3. If you don't want to do that, you could probably just grab httplib.py from the python cvs (at sourceforge). That is a bugfix, so it was probably backported to your current version; if not, you can probably go ahead and use the current development version. _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev