Re: TemplateSyntaxError: 'subpackage.echo' is not a valid tag library

2015-11-13 Thread 'Tom Evans' via Django users
On Fri, Nov 13, 2015 at 12:14 AM, James Schneider wrote: > On Thu, Nov 12, 2015 at 5:10 AM, Jose Paul wrote: >> >> I am just running DJango 1.8 test cases ,here is start of the error trace > > I suspect one of your tests is rendering a template.

Re: TemplateSyntaxError: 'subpackage.echo' is not a valid tag library

2015-11-12 Thread James Schneider
On Thu, Nov 12, 2015 at 5:10 AM, Jose Paul wrote: > I am just running DJango 1.8 test cases ,here is start of the error trace . > > = > ERROR: test_load06

Re: TemplateSyntaxError: 'subpackage.echo' is not a valid tag library

2015-11-12 Thread Jose Paul
7\lib\site-packages\django\template\defaulttags.py", > line 1140, in load > > (taglib, e)) > > TemplateSyntaxError: 'subpackage.echo' is not a valid tag library: > Template library subpackage.echo not found, tried > django.templatetags.subpackage.echo > > > >

Re: TemplateSyntaxError: 'subpackage.echo' is not a valid tag library

2015-11-11 Thread James Schneider
ate\defaulttags.py", line 1140, in load > (taglib, e)) > TemplateSyntaxError: 'subpackage.echo' is not a valid tag library: Template library subpackage.echo not found, tried django.templatetags.subpackage.echo > > -- What does the template line look like that it's throwing t

TemplateSyntaxError: 'subpackage.echo' is not a valid tag library

2015-11-11 Thread Jose Paul
getting following error ,can someone help me to understand this . compiled_result = compile_func(self, token) File "C:\Python27\lib\site-packages\django\template\defaulttags.py", line 1140, in load (taglib, e)) TemplateSyntaxError: 'subpackage.echo' is not a valid t