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

在命令行中,代码完美无缺, 但是在使用django + mod_python或wsgi + apache时抛出导入错误 消息是:
ImportError at /test2/

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

C:Python26libsite-packagesdjangocorehandlersbase.py in get_response

D:dgwwwmytestviews.py in test2

C:Python26libsite-packagesSOAPpywstoolsWSDLTools.py in loadFromStream

C:Python26libsite-packages_xmlplusdomminidom.py in parse

C:Python26libsite-packages_xmlplusdomexpatbuilder.py in <module>

C:Python26libsite-packages_xmlplusparsersexpat.py in <module>
    
已邀请:
问题解决了。 我从Python 2.6 win32下载PyXML 0.8.4 http://www.somethinkodd.com/oddthinking/2009/10/31/windows-installer-for-pyxml-0-8-4-for-python-2-6-x/ 并将文件复制到python的site_packages     

要回复问题请先登录注册