Python zeep:AttributeError:'lxml.etree.QName'对象没有属性'resolve'

2024-09-29 21:25:02 发布

您现在位置:Python中文网/ 问答频道 /正文

我刚刚安装了“zeep”(以前用过的肥皂水),命令是:

pip install lxml==3.7.3 zeep

我得到了一个错误:

self.item_type = self.item_type.resolve()
AttributeError: 'lxml.etree.QName' object has no attribute 'resolve'

使用netbeansjax-WS Web服务正确加载相同的wsdl。在


Tags: installpip命令selfobjecttype错误item

热门问题