django utils无法导入utils highlighter.highlight
我尝试运行manage.py test时得到的错误
文件 “C:\ Python27 \ LIB \站点包\ djutils-0.3.2-py2.7.egg \ djutils \ tests__init __ PY” 7号线,在 来自djutils.tests.templatetags import *文件“C:\ Python27 \ lib \ site-packages \ djutils-0.3.2-py2.7.egg \ djutils \ tests \ templatetags.py”, 5号线,在 来自djutils.templatetags.djutils_tags import(文件“C:\ Python27 \ lib \ site-packages \ djutils-0.3.2-py2.7.egg \ djutils \ templatetags \ djutils_tags.py”, 第19行,在 来自djutils.utils.highlighter导入突出显示ImportError:无法导入名称突出显示
我确认djutils文件存在,这只发生在我尝试运行test而不是运行服务器时。
test.py文件实际上并不使用,导入或与djutils有任何关系。