beating a dead horse: automated form submission

Andrew Bennetts andrew-pythonlist at puzzling.org
Mon Jan 27 05:04:37 EST 2003


On Mon, Jan 27, 2003 at 12:41:50AM -0800, Whit Whitfield wrote:
> Peter Hansen <peter at engcorp.com> wrote in message news:<3E342721.E8925970 at engcorp.com>...
> > Not sure what else might be going wrong... why not try
> > the example from the documentation on httplib?
> 
> I tried to run that example and get an Attribute error:HTTPConnection.
> It's a sad affair when I can't even get the 10-line examples from the
> standard python libraries to work.  Any tips there?

What does "print httplib.__file__" say?  I'm suspecting you might have
something else on your pythonpath called "httplib.py"...

-Andrew.






More information about the Python-list mailing list