Traceback (most recent call last):
File "testSOAP.py", line 3, in
server = WSDL.Proxy(wsdlFile)
File "build\bdist.win32\egg\SOAPpy\WSDL.py", line 85, in init
File "build\bdist.win32\egg\wstools\WSDLTools.py", line 54, in loadFromString
TypeError: initial_value must be unicode or None, not str
I tried to use unicode() or "u" but it does not help
I am getting TypeError on example 12.8:
I tried to use unicode() or "u" but it does not help