theano を使用した科学計算用の django ベースの Web サイトをデプロイしたいと考えています。でも一行だけ
import theano
サーバーをタイムアウトにします。サーバーは Apache2 と mod_wsgi を使用しました。
theano をインポートする行を削除すると、正常に動作します。理由は何だろう。
ちなみに、単純に実行してウェブサイトをローカルでテストすると、
manage.py runserver
theano lib をインポートしても問題なく動作します。
理由を知っている方お願いします。:(
(環境は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