python & suds “ImportError: cannot import name getLogger”
I'm using Ubuntu 11.04 (natty). I have been using Suds to consume a SOAP web service. Everything was working fine... until it wasn't. I can no longer import Suds. I've uninstalled and re-installed Suds from the Ubuntu repositories but still get the same import error (see IDLE traceback below). I'm using Python 2.7.1 and Suds 0.4.1-2. Does anyone have any ideas on how to solve this problem?? >>> import suds Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import suds File "/usr/lib/pymodules/python2.7/suds/__init__.py", line 154, in <module> import client File "/usr