AttributeError:'模块'对象没有'cache'属性
import suds
s = suds.client.Client('http://hello-world.org/ttsoapcgi.wsdl',
cache=suds.cache.NoCache())
我遇到了:
AttributeError: 'module' object has no attribute 'cache' for above line.
我安装了suds 0.3.7版本
这是什么原因,怎么解决呢?
1 个回答
2
把suds的版本更新到0.4
因为在suds 0.3.7这个版本中,没有用到的API