1

我从 apache 运行 django 时发现了问题。当我在调试模式下运行我的程序时(cmd 中的 manage.py runserver ),一切正常。但是当我使用 apache 运行时,它显示错误:

ImportError at /systeminformation/ DLL load failed:
The specified module could not be found.

导入时出现错误win32file。我使用 django 1.5.2 和 apache 2.2 并运行mod_wsgi.

任何人都可以解决这个问题?

非常感谢您

4

1 回答 1

0

看起来您可能缺少一些 DLL。通过dependency walker运行 win32file ,看看缺少什么。感谢 Ignacio提供此应用程序链接。

于 2013-09-14T07:02:03.870 回答