AttributeError:'module'对象没有属性'cache'

时间:2014-03-06 06:59:29

标签: python python-2.7 client suds

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 个答案:

答案 0 :(得分:2)

将suds版本更新为0.4

使用的API在suds 0.3.7版本中不存在