I installed Python 2.7.1, setuptools and suds 0.4.
When running my script, I get the following error:
Traceback (last last call): File "C: \ Python27 \ test.py", line 5, from suds.client import Client # suds soap client ImportError: no module named suds.client
It seems that Python cannot find the foam library. But I canβt understand why ...
Any help would be greatly appreciated.
Also, it seems that the foam is not supported. What do you use to call your web services using Python?
source share