我想使用 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