2012-02-23 186 views
0

我已經在新鮮的Ubuntu服務器上安裝了Django。
我試圖通過mod_python的運行簡單的應用程序,我得到以下錯誤:Ubuntu - Django安裝問題

ImproperlyConfigured: Error importing middleware django.contrib.messages.middleware: "No module named messages.middleware" 

有時它提高:

ImproperlyConfigured: Module "django.template.loaders.filesystem" does not define a "Loader" callable template source loader 

我怎樣才能擺脫的錯誤?

+4

第1步:停止使用mod_python。 – 2012-02-23 05:33:20

+0

有什麼更好的選擇? – user1227535 2012-02-23 05:58:50

+3

https://docs.djangoproject.com/en/dev/howto/deployment/ – 2012-02-23 05:59:36

回答

0

您應該使用mod_wsgi的,不應該再使用mod_python的。

+0

在mod_wsgi的我:「ImproperlyConfigured:模塊‘django.template.loaders.filesystem’沒有定義‘裝載機’可調用模板源裝載機」 – user1227535 2012-02-24 11:25:15