I've installed Python 2.7.1, setuptools and suds 0.4.
When running my script, I'm having the following error:
Traceback (most recent call last): File "C:\Python27\test.py", line 5, in from suds.client import Client # suds soap client ImportError: No module named suds.client
It looks like Python can't find the suds library. But I can't understand why ...
Any help would be greatly appreciate.
Also, it looks like suds isn't maintained. What are you using to call your web services using Python?
Sounds like suds is not actually installed.
Since you have setuptools, try:
easy_install https://fedorahosted.org/releases/s/u/suds/python-suds-0.4.tar.gz
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With