문제

import suds

s = suds.client.Client('http://hello-world.org/ttsoapcgi.wsdl',
                       cache=suds.cache.NoCache())

I am getting:

AttributeError: 'module' object has no attribute 'cache' for above line.

I have installed suds 0.3.7 version

What's the reason for this and how to solve this ?

도움이 되었습니까?

해결책

Update suds version to 0.4

The API used is not present in suds 0.3.7 version

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top