python - AttributeError: 'module' object has no attribute 'cache' -
import suds s = suds.client.client('http://hello-world.org/ttsoapcgi.wsdl', cache=suds.cache.nocache())
i getting:
attributeerror: 'module' object has no attribute 'cache' above line.
i have installed suds 0.3.7 version
what's reason , how solve ?
update suds version 0.4
the api used not present in suds 0.3.7 version
Comments
Post a Comment