Trying to install suds with pip-3.2 and it fails with the error
sudo pip-3.2 install suds Downloading/unpacking suds Running setup.py egg_info for package
Locate client.py and add its path in PYTHONPATH. This will solve your problem.
In Windows Python 3.5 it was in Python35\Lib\http. PYTHONPATH=E:\apps\Python35\Lib;E:\apps\Python35\Lib\http;