WSGI + Django:SOAPpy(pyXML) 模块导入错误

发布于 2024-10-20 06:46:14 字数 607 浏览 5 评论 0原文

在命令行中,代码完美运行, 但在使用django + mod_python或wsgi +apache时抛出导入错误

消息是:

ImportError at /test2/

DLL load failed: The specified module could not be found.

C:\Python26\lib\site-packages\django\core\handlers\base.py in get_response

D:\dgwww\mytest\views.py in test2

C:\Python26\lib\site-packages\SOAPpy\wstools\WSDLTools.py in loadFromStream

C:\Python26\lib\site-packages\_xmlplus\dom\minidom.py in parse

C:\Python26\lib\site-packages\_xmlplus\dom\expatbuilder.py in <module>

C:\Python26\lib\site-packages\_xmlplus\parsers\expat.py in <module>

In the command line the code works perfect,
but throw import error when use django + mod_python or wsgi +apache

The message is:

ImportError at /test2/

DLL load failed: The specified module could not be found.

C:\Python26\lib\site-packages\django\core\handlers\base.py in get_response

D:\dgwww\mytest\views.py in test2

C:\Python26\lib\site-packages\SOAPpy\wstools\WSDLTools.py in loadFromStream

C:\Python26\lib\site-packages\_xmlplus\dom\minidom.py in parse

C:\Python26\lib\site-packages\_xmlplus\dom\expatbuilder.py in <module>

C:\Python26\lib\site-packages\_xmlplus\parsers\expat.py in <module>

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

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

发布评论

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

评论(1

叶落知秋 2024-10-27 06:46:14

问题解决了。
下载 PyXML 0.8.4 for Python 2.6 win32

我从http://www.somethinkodd.com/oddthinking/2009/10/31/windows-installer-for-pyxml-0-8-4-for- python-2-6-x/

并将文件复制到 python 的 site_packages

The problem solved.
I down load PyXML 0.8.4 for Python 2.6 win32 from

http://www.somethinkodd.com/oddthinking/2009/10/31/windows-installer-for-pyxml-0-8-4-for-python-2-6-x/

and copy the files to python's site_packages

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