Python - suds - 无模块

发布于 2024-10-31 16:07:34 字数 343 浏览 4 评论 0 原文

我已经安装了 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 服务?

I've installed Python 2.7.1, setuptools and suds 0.4.

When running my script, I'm having the following error:

Traceback (most recent call last):
File "C:\Python27\test.py", line 5, in
from suds.client import Client # suds soap client
ImportError: No module named suds.client

It looks like Python can't find the suds library. But I can't understand why ...

Any help would be greatly appreciate.

Also, it looks like suds isn't maintained. What are you using to call your web services using Python?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

妞丶爷亲个 2024-11-07 16:07:35

听起来好像肥皂水实际上没有安装。

既然你有安装工具,请尝试:

easy_install https://fedorahosted.org/releases/s/u/suds/python-suds-0.4.tar.gz

Sounds like suds is not actually installed.

Since you have setuptools, try:

easy_install https://fedorahosted.org/releases/s/u/suds/python-suds-0.4.tar.gz
甲如呢乙后呢 2024-11-07 16:07:35

为了便于安装和错误 修复,我将 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 文件旁边工具。这样,安装它需要最少的专业知识:

  1. Tool.zip 解压到 C:\
  2. 运行 C:\Tool\Tool.bat >

我也可以将所需的 Python 解释器放在那里。这就是许多 Python“编译器”的工作原理。

For ease of installation and bug fixing, i put the suds folder from suds-jurko (and ntlm folder from python-ntlm) next to the main.py file of my new maintenance tool. That way a minimum of specialist knowledge is required to install it:

  1. Unzip Tool.zip to C:\
  2. Run C:\Tool\Tool.bat

I could probably put the required Python interpreter in there, as well. That's how many Python "compilers" work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文