私はdjango / djanxiceを使いたいと思っていて、setup.py、url.pyなどでセットアップしました...
しかし、サーバーを実行するとエラーが発生します。
/Library/Python/2.7/site-packages/django/template/loader.py:113: UserWarning: Your TEMPLATE_LOADERS setting includes 'django.template.loaders.eggs.Loader', but your Python installation doesn't support that type of template loading. Consider removing that line from TEMPLATE_LOADERS.
warnings.warn("Your TEMPLATE_LOADERS setting includes %r, but your Python installation doesn't support that type of template loading. Consider removing that line from TEMPLATE_LOADERS." % loader)
No handlers could be found for logger "dajaxice"
私はグーグルで検索しましたが、そのようなエラーは見つかりませんでした。
Python のインストールでこの Templat_Loaders がサポートされない理由を誰でも教えてくれますか?
私のpythonバージョンは2.7.3で、OS X v10.8を使用しています