I have been following the solution noted here - as this is exactly what I need to achieve;
http://stackoverflow.com/questions/218987/how-can-i-use-sharepoint-via-soap-from-python
however when I run one of the last lines of this code I get the following error;
>>> client = SoapClient(url, {'opener' : opener})
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "build\bdist.win32\egg\suds\client.py", line 456, in __init__
AttributeError: 'str' object has no attribute 'options'
Any advice or suggestion as to how to solve this most welcome!