try removing product/views.pyc I had the exact same error and this fixed the problem for me.
On Jan 10, 8:30 am, XqGeX <[email protected]> wrote: > Hi > I just install the shop using the instruction > at:http://www.satchmoproject.com/docs/svn/new_installation.html > And when I run she server I've got template error about > product.adminviews.... > I went throw all the .py files until I found the problem.... > > /usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/product/ > urls/product.py > At line 21, you wrote: > urlpatterns += patterns('product.adminviews', > instead of: > urlpatterns += patterns('product.views.adminviews', > > Regard > Yogev --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
