我想部署一个基于 django 的网站,使用 theano 进行科学计算。但是只有一行
import theano
使服务器超时。服务器使用 Apache2 和 mod_wsgi。
如果我删除了导入 theano 的行,它工作正常。我想知道原因是什么。
顺便说一句,如果我通过简单地运行在本地测试网站
manage.py runserver
即使导入 theano 库,它也能正常工作。
请问有人知道原因吗?:(
(环境为ubuntu-server 12.04 LTS)
这是apache的error.log:
[Mon Apr 15 21:53:50 2013] [warn] mod_wsgi: Compiled for Python/2.7.2+.
[Mon Apr 15 21:53:50 2013] [warn] mod_wsgi: Runtime using Python/2.7.3.
[Mon Apr 15 21:53:50 2013] [notice] Apache/2.2.22 (Ubuntu) DAV/2 SVN/1.6.17 PHP/5.3.10-1ubuntu3.6 with Suhosin-Patch mod_ssl/2.2.22 OpenSSL/1.0.1 mod_wsgi/3.3 Python/2.7.3 configured -- resuming normal operations