I think the issue you are having is that we made needed to make some changes to the URLs as a result of Django 1.1. Please make sure you have the latest mercurial checkout for Satchmo and you should be good to go.
-Chris On Sun, Oct 18, 2009 at 5:46 PM, philosophe <[email protected]> wrote: > > I'm sure this is an elementary concept, but what is the role of the > satchmo egg with respect to my satchmo store app? I thought the egg > was a distribution package, but templates are clearly being called > from that egg. > > To put this in context, i'm completely unable to run the sample > projects (see previous post), so i'm trying to stumble my way to > something that works. I'm trying to work up a bid to build out a > Satchmo site, but i've been spectacularly unsuccessful; i'd appreciate > any direction as to whether this is an install, config or code > problem. > > I'm currently hung up on this line in a template called by a custom > view: > {% extends "base.html" %} > > this calls /Library/Python/2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > satchmo_store/shop/templates/base.html, and I don't understand why > it's calling the egg. > > the error is "ValueError: need more than 1 value to unpack" > > I get the same error if i call /admin/. > > > $ python manage.py satchmo_check > Sun, 18 Oct 2009 15:36:09 root INFO Satchmo Started > Sun, 18 Oct 2009 15:36:09 root INFO Satchmo Started > Sun, 18 Oct 2009 15:36:12 shop.listeners DEBUG Added default shop > listeners > Sun, 18 Oct 2009 15:36:12 sslurllib DEBUG Installing SSLv2 HTTPS > Methods into urllib2 > Checking your satchmo configuration. > Using Django version 1.1.1 > Using Satchmo version 0.9-pre-SVN-unknown > Your configuration has no errors. > > > thanks, > --derek > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
