Python - suds - no module

Olivier picture Olivier · Apr 13, 2011 · Viewed 10.3k times · Source

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?

Answer

Ashy picture Ashy · Apr 13, 2011

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