ElementSOAP tutorial / HTTPClient

M

mirandacascade

Operating system: Windows XP Home
Version of Python: 2.4

While looking through the tutorial on ElementSOAP at the following
link:

http://effbot.org/zone/element-soap.htm

I observed sample code that included:

from HTTPClient import HTTPClient

When I get into Pythonwin and attempt the import statement above:
Traceback (most recent call last):
File "<interactive input>", line 1, in ?
ImportError: No module named HTTPClient

In addition:
1) a case-insensitive search for any files with 'HTTPClient' where the
search begins in the c:\python24\ and includes all sub-folders results
in a: "Search is complete. There are not results to dsiplay." message
2) a search of this Google group for HTTPClient didn't result in any
links that appeared to point me to where I could find a package that
includes HTTPClient
3) a search in the python.org home page for HTTPClient didn't result in
any links that appeared to point me to where I could find a package
that includes HTTPClient

I noticed that there is a file httplib.py in which the docstring begins
"HTTP/1.1 client library", but I couldn't figure out whether what was
in httplib.py replaced HTTPClient.py, and if so, how.

So, my questions are:
1) is there a package available which, when installed, will allow the

from HTTPClient import HTTPClient

statement to execute without ImportError?

2) how should I have constructed my searches when attempting to resolve
this issue such that I wouldn't have had to post this question?

Thank you.
 
F

Fredrik Lundh

2) how should I have constructed my searches when attempting to resolve
this issue such that I wouldn't have had to post this question?

maybe reading the highlighted "Note" at the top of each page in that
article series could have helped?

"Note: A distribution kit containing the source code for this
article is available from the effbot.org downloads site (look
for elementsoap)."

</F>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,230
Messages
2,571,161
Members
47,794
Latest member
LucretiaEl

Latest Threads

Top