I had the same problem, this fixed it for me: Index: apps/satchmo_utils/templatetags/normalize_decimal.py =================================================================== --- apps/satchmo_utils/templatetags/normalize_decimal.py (revision 1903) +++ apps/satchmo_utils/templatetags/normalize_decimal.py (working copy) @@ -4,7 +4,7 @@ __date__ ="$Jan 4, 2009 12:55:44 PM$"
from django import template -from satchmo.shop.templatetags import get_filter_args +from satchmo_utils.templatetags import get_filter_args from satchmo_utils.numbers import round_decimal, RoundedDecimalError try: Should I open a ticket for this? On Jan 16, 7:34 am, "Chris Moffitt" <[email protected]> wrote: > You may have a stale .pyc file lying around. I'd suggest deleting all of > them and re-running. > > -Chris > > On Fri, Jan 16, 2009 at 3:16 AM, Trevor Ochocki < > > [email protected]> wrote: > > > When attempting to view the demo store I newly installed (r1903) I get > > the following TemplateSyntaxError: > > > 'normalize_decimal' is not a valid tag library: Could not load > > template library from django.templatetags.normalize_decimal, No module > > named satchmo.shop.templatetags > > > I noticed 'normalize_decimal' was added to base.html in r1902. Any > > suggestions? > > > -- > > Trevor > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
