Webアプリケーションを本番サーバーに出荷しようとしています。このチュートリアルhttp://ijcdigital.com/blog/django-gunicorn-and-nginx-setup/に従って、私のセットアップはdjango-gunicorn-nginxです。チェック用のスーパーバイザーはまだインストールしていません。完璧な構成設定に問題はなく、Djangoのウェルカムページが表示されました。次に、アプリをプロジェクトにロードしました。そして、私はそれを実行しますgunicorn_django --bind=127.0.0.1:8001
cover.backgroundmodel: "background": To use ImageFields, you need to install the Python Imaging Library. Get it at http://www.pythonware.com/products/pil/ .
cover.backgroundmodel: "tmpbg": To use ImageFields, you need to install the Python Imaging Library. Get it at http://www.pythonware.com/products/pil/ .
2012-05-22 14:24:02 [15359] [INFO] Worker exiting (pid: 15359)
2012-05-23 00:54:02 [15360] [INFO] Booting worker with pid: 15360
2012-05-22 14:24:02 [15360] [INFO] Worker exiting (pid: 15360)
2012-05-23 00:54:02 [15349] [INFO] Handling signal: int
2012-05-23 00:54:02 [15349] [INFO] Shutting down: Master
しかし、PILやその他のイメージライブラリを含むすべてのものを正常にインストールしました。興味深いのは、プロジェクトをコンピューター上で完全に実行していることです。しかし、本番サーバーで問題の原因を特定できません。
もう一度インストールしpip install PIL
てみましたhttps://gist.github.com/2771119どうしてそうなの?djangoのインストール中に以前に正常にインストールしたPILをインストールできないのはなぜですか。
誰か助けてもらえますか?ありがとう!