Код: Выделить всё
sudo pip-3.2 install suds
Downloading/unpacking suds
Running setup.py egg_info for package suds
Traceback (most recent call last):
File "", line 16, in
File "/tmp/pip-build/suds/setup.py", line 20, in
import suds
File "suds/__init__.py", line 154, in
import client
ImportError: No module named client
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 16, in
File "/tmp/pip-build/suds/setup.py", line 20, in
import suds
File "suds/__init__.py", line 154, in
import client
ImportError: No module named client
Подробнее здесь: https://stackoverflow.com/questions/149 ... med-client