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

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -