Python - suds - 无模块
我已经安装了 Python 2.7.1、setuptools 和 suds 0.4。
运行我的脚本时,出现以下错误:
Traceback(最近一次调用最后一次): 文件“C:\Python27\test.py”,第 5 行,位于 from suds.client import Client # suds 肥皂客户端 ImportError: No module named suds.client
看起来 Python 找不到 suds 库。但我不明白为什么......
任何帮助将不胜感激。
另外,泡沫似乎没有得到维护。您使用什么来使用 Python 调用 Web 服务?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来好像肥皂水实际上没有安装。
既然你有安装工具,请尝试:
Sounds like suds is not actually installed.
Since you have setuptools, try:
为了便于安装和错误 修复,我将 suds 文件夹放入="https://pypi.python.org/pypi/suds-jurko/0.6" rel="nofollow noreferrer">suds-jurko (以及来自 ntlm 文件夹“https://pypi.python.org/pypi/python-ntlm” rel="nofollow noreferrer">python-ntlm) 位于我的新维护的
main.py
文件旁边工具。这样,安装它需要最少的专业知识:Tool.zip
解压到C:\
C:\Tool\Tool.bat
>我也可以将所需的 Python 解释器放在那里。这就是许多 Python“编译器”的工作原理。
For ease of installation and bug fixing, i put the
suds
folder from suds-jurko (andntlm
folder from python-ntlm) next to themain.py
file of my new maintenance tool. That way a minimum of specialist knowledge is required to install it:Tool.zip
toC:\
C:\Tool\Tool.bat
I could probably put the required Python interpreter in there, as well. That's how many Python "compilers" work.