1

我有一个 SUDS 程序,我在 2.5.4 下成功运行,但我确信我想要 2.7 的一些功能(如有序字典)。

以下示例在 2.5.4 下运行良好,但在 2.7 下失败:

#------------------------------------------------------------------------------
# Imports
#------------------------------------------------------------------------------

import sys
import os
# The Suds SOAP library.
from suds.plugin import MessagePlugin

print "This is a test"

在 2.7 下,我收到错误消息:

Traceback (most recent call last):
File "test.py", line 8, in <module>
  from suds.plugin import MessagePlugin
ImportError: No module named plugin

有人愿意推测为什么这会发生在我身上吗?

4

0 回答 0