> --
What does the template line look like that it's throwing that error? Do you have something like {% subpackage.echo %} in your template?
-James
I am just running DJango 1.8 test cases ,here is start of the error trace .=====================================================================ERROR: test_load06 (template_tests.syntax_tests.test_load.LoadTagTests)----------------------------------------------------------------------Traceback (most recent call last):File "C:\Users\IBM_ADMIN\PythonWorkspace\DJangoTestCases\src\DJangoTestCases\tests\template_tests\utils.py", line 117, in innerfunc(self)File "C:\Python27\lib\site-packages\django\test\utils.py", line 196, in innerreturn test_func(*args, **kwargs)File "C:\Users\IBM_ADMIN\PythonWorkspace\DJangoTestCases\src\DJangoTestCases\tests\template_tests\utils.py", line 62, in innerfunc(self)File "C:\Users\IBM_ADMIN\PythonWorkspace\DJangoTestCases\src\DJangoTestCases\tests\template_tests\syntax_tests\test_load.py", line 39, in test_load06output = self.engine.render_to_string('load06')File "C:\Python27\lib\site-packages\django\template\engine.py", line 208, in render_to_string