Hi,
I’m interested in help installing 0.4 on Windows 7. Here is what I’ve done:
Downloaded the tarball
Extracted to python-suds-0.4
Opened cmd prompt
Cd to the directory
Typed: setup.py install
Here is the response I receive:
Traceback (most recent call last):
File "C:\Users\mbrizic\Downloads\python-suds-0.4\setup.py", line 20, in <modul
e>
import suds
File "C:\Users\mbrizic\Downloads\python-suds-0.4\suds\__init__.py", line 154,
in <module>
import client
ImportError: No module named client
I could not located any documentation on the site. What am I doing wrong?
Thanks,
Mike Brizic