473,386 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

install questions

Hi, All,

I'm new in Python. I just install ActivePython 2.4 on
my PC and also install SOAPpy-0.11.6.zip,
soapy-0.1.win32.exe. When I run the following script,
I got no module named SOAPpy. Am I missing any
modules? Thanks
Angela
================================================
error message:

Traceback (most recent call last):
File
"C:\Python24\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py" ,
line 310, in RunScript
exec codeObject in __main__.__dict__
File "C:\test1.py", line 1, in ?
import SOAPpy
ImportError: No module named SOAPpy

================================================== ===
Python script:

import SOAPpy

WSDL_URI =
"http://www.xmethods.net/sd/2001/TemperatureService.wsdl"
service = SOAPpy.WSDL.Proxy(WSDL_URI)

# if you are behind a proxy server, you need to set
this
service.soapproxy.http_proxy = 'PROXY_HOST:PROXY_PORT'

# set config so that we dump the SOAP envelopes
# (sometimes you will be thrilled to see the SOAP
envelopes)
service.soapproxy.config.dumpSOAPOut = 1
service.soapproxy.config.dumpSOAPIn = 1

temp = service.getTemp('90210') # get temperature in
Beverly Hills
print 'The temperature in Beverly Hills is',temp,'F'
================================================== =====

__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
Jul 18 '05 #1
0 851

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

Similar topics

1
by: N1KI | last post by:
I am trying to install Visual Basic .Net 2003 version on my 2.8 GHz Intel machine running Windows XP Home Edition with Service Pack 2 installed. I have previosuly installed this edition before...
1
by: RLang | last post by:
I had installed vb.net 2003 on my xp sp2 computer and it seemed to work ok. At some point it began to create executables that would not run. No errors, but start the program's exe and nothing...
1
by: Neil Zanella | last post by:
Hello, What is the best way to install a python application under Unix. Since python modules are platform independent I would guess these should be placed under an application specific directory...
6
by: PoohsHunnyBee | last post by:
Hi there, I have some basic questions; I am not a web developer beyond the scope of the simple stuff I can do with Front Page so I am not super informed with this realm of terminology, I am a...
2
by: Dave | last post by:
I can not re-install vb.net. When I try to re-load it does not re-install. If I un-install it will not work. Any ideas.
1
by: Scott Frankel | last post by:
I am attempting to install postgresql7.4.5 on OSX 10.3.5 and have questions about readline. For use with Python, I have readline.so installed in /Library/Python/2.3/. - Is this...
5
by: seberino | last post by:
It appears that apps distributed as Python Eggs are either a single compressed blob in site-packages directory or a directory under site-packages directory. Is this ALWAYS true? So by just...
1
by: sowmya.cbe | last post by:
hi, am new to install packages in .net. i have a couple of questions 1) well i need to develop an install package for my existing web application written in asp.net. i used the settings and...
18
by: John Obrien | last post by:
am a 70 year old retiree trying to learn PHP on my own. I have a few questions to get started with. I bought the book "Sams Teach yourself PHP in 24 hours." The first step says to install...
12
by: Matt Fielder | last post by:
I tried to install SP1, and it appears to have just stopped somewhere part way through. It was "collecting information" (for a long time, slow progress bar) --- then suddenly it stopped.... no...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.