繁体   English   中英

AttributeError:“模块”对象没有属性“缓存”

[英]AttributeError: 'module' object has no attribute '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版本

这是什么原因以及如何解决?

将suds版本更新为0.4

suds 0.3.7版本中没有使用的API

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM