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
I would recommend installing the latest jurko developer's cut, which should handle an issue with recursion depth loading for big WSDL's (I ran into this with the NetSuite WSDL) This version should fix the issue.
$ sudo pip install bitbucket.org/jurko/suds/get/tip.tar.gz#egg=suds
Here is the Bitbucket Project page:
https://bitbucket.org/jurko/suds/wiki/Home