簡體   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