472,791 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,791 software developers and data experts.

ElementSOAP tutorial / HTTPClient

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:
>>from HTTPClient import HTTPClient
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.

Oct 22 '06 #1
1 3193
mi************@yahoo.com wrote:
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>

Oct 22 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Maverick | last post by:
Hello all, I read some good reviews about jakarta HTTPClient about its session and cookies management system and fancied giving it a try as a learning exercise but somehow I don't seem to be able...
0
by: ShaSha | last post by:
Hi, I am trying to upload XML files via HTTP to an HTTP server from java client instead of browser. On the HTTP server side, there is a Perl script that will be receiving the incoming file and files...
1
by: Steven Bethard | last post by:
I was trying to get elementsoap_ working with just xml.etree from Python 2.5 (and no standalone elementtree installation). I think I got everything working by changing the imports and copying in...
3
by: mirandacascade | last post by:
1) Is it correct that none of the examples in the ElementSOAP tutorial: http://effbot.org/zone/elementsoap-1.htm include an example in which the SOAP message that contains the request includes...
0
by: Roland | last post by:
Hello! Firstly, sorry for my poor English... :/ Next, I want to show you my library dll - HttpClient. This library can: - get page - submit form - download and upload file (you can monitor for...
0
by: osa | last post by:
I have a problem with commons-httpclient-3.1. When i try to get some page, cookies do not come to me. There is no error or exception message. Just null text. What could you advise me? Code:...
0
by: gsuns82 | last post by:
Hi all, I am not able to login a site using the following code, can anyone suggest me the right way? There is no any https connection. HttpClient client=new...
1
by: Carmen Sei | last post by:
Is there any HTTP Client library in C++ similar to what the HTTPClient Java does? http://www.innovation.ch/java/HTTPClient/
1
by: thiago freitas | last post by:
Guys, first, which is way is, I already saw source code that works with Java and C # with the class of httpclient apache, now how do I get in php captcha bring the image on the screen and then send...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.