apache mod_wsgi DLL load failed
windows 上 python 使用第三方使用dll的模块,通过mod_wsgi部署到apache上面出错,错误信息:
ImportError at /admin/
DLL load failed: ��̬���ӿ�(DLL)��ʼ������ʧ�ܡ�
Request Method: | GET |
---|---|
Request URL: | http://ip:port/admin/ |
Django Version: | 1.6 |
Exception Type: | ImportError |
Exception Value: | DLL load failed: ��̬���ӿ�(DLL)��ʼ������ʧ�ܡ� |
Exception Location: | C:Apache2.2htdocsservergameservergameCrypto.py in <module>, line 3 |
Python Executable: | C:Apache2.2binhttpd.exe |
Python Version: | 2.7.5 |
Python Path: | ['../..', 'c:\python27\lib\site-packages\distribute-0.6.28-py2.7.egg', 'c:\python27\lib\site-packages\zope.interface-4.0.5-py2.7-win32.egg', 'c:\python27\lib\site-packages\redis-2.8.0-py2.7.egg', 'c:\python27\lib\site-packages\django_redis-3.3-py2.7.egg', 'c:\python27\lib\site-packages\django_extensions-1.2.5-py2.7.egg', 'c:\python27\lib\site-packages\six-1.4.1-py2.7.egg', 'c:\python27\lib\site-packages\django-1.6-py2.7.egg', 'c:\python27\lib\site-packages\pymysql-0.6.1-py2.7.egg', 'c:\python27\lib\site-packages\babel-1.3-py2.7.egg', 'c:\python27\lib\site-packages\pytz-2013.9-py2.7.egg', 'c:\python27\lib\site-packages\genshi-0.6-py2.7-win32.egg', 'c:\python27\lib\site-packages\dill-0.2b1-py2.7.egg', 'c:\python27\lib\site-packages\django_xmlrpc-0.1.5-py2.7.egg', 'C:\Python27\Lib\site-packages', 'C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg', 'C:\Python27\lib\site-packages\trac-0.12.5-py2.7.egg', 'C:\Windows\system32\python27.zip', 'C:\Python27\Lib', 'C:\Python27\DLLs', 'C:\Python27\Lib\lib-tk', 'C:\Apache2.2', 'C:\Apache2.2\bin', 'C:\Python27', 'C:\Apache2.2\htdocs\server\gameserver\passport\passport', 'C:\Apache2.2\htdocs\server\gameserver\passport', 'C:\Apache2.2\htdocs\server\gameserver\', 'C:\Apache2.2\htdocs\server\gameserver', 'C:\Apache2.2\htdocs\server\gameserver', 'C:\Apache2.2\htdocs\server\gameserver'] |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
重新编译mod_wsgi
你的是什么平台?
请问楼主,你这个问题是怎么解决的呢。
把配置文件贴出来