This particular config value is used by the recentlist context processor. For some reason it's not finding this file - http://www.satchmoproject.com/trac/browser/satchmo/trunk/satchmo/apps/satchmo_ext/recentlist/config.py
Try removing recent list from your context processors or add the satchmo_ext.recentlist app to your apps. -Chris On Tue, Jan 13, 2009 at 5:34 AM, phoebebright <[email protected]>wrote: > > I'm really struggling to get satchmo running and I think the problem > is the settings. The installed apps list is different in the docs > that downloaded with the trunk from the ones on the installation > instructions on the site. Neither are working for me and becoming > increasingly confused! > > TRUNK VERSION: > downloaded version falls saying no module comment_utils and not > expecting satchmo. prefix > > > INSTALLED_APPS = ( > 'django.contrib.admin', > 'django.contrib.admindocs', > 'django.contrib.auth', > 'django.contrib.contenttypes', > 'django.contrib.sessions', > 'django.contrib.sites', > 'django.contrib.comments', > 'comment_utils', > 'django.contrib.sitemaps', > 'satchmo.caching', > 'satchmo.configuration', > 'satchmo.shop', > 'satchmo.contact', > 'satchmo.product', > 'satchmo.shipping', > 'satchmo.payment', > 'satchmo.discount', > 'satchmo.giftcertificate', > 'satchmo.supplier', > 'satchmo.thumbnail', > 'satchmo.l10n', > 'satchmo.tax', > 'satchmo.recentlist', > 'satchmo.productratings' > ) > > > WEB VERSION > > From the instructions on the site > http://satchmoproject.com/docs/svn/new_installation.html > > INSTALLED_APPS = ( > 'django.contrib.sites', > 'satchmo_store.shop', > 'django.contrib.admin', > 'django.contrib.auth', > 'django.contrib.contenttypes', > 'django.contrib.comments', > 'django.contrib.sessions', > 'django.contrib.sitemaps', > 'registration', > 'keyedcache', > 'livesettings', > 'l10n', > 'satchmo_utils.thumbnail', > 'satchmo_store.contact', > 'tax', > 'tax.modules.no', > 'tax.modules.area', > 'tax.modules.percent', > 'shipping', > 'product', > 'payment', > 'payment.modules.giftcertificate', > 'satchmo_utils', > 'app_plugins', > ) > > This error: > > > > Traceback: > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/django/core/handlers/base.py" in get_response > 86. response = callback(request, *callback_args, > **callback_kwargs) > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/django/contrib/admin/sites.py" in root > 142. return self.login(request) > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/django/views/decorators/cache.py" in _wrapped_view_func > 44. response = view_func(request, *args, **kwargs) > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/django/contrib/admin/sites.py" in login > 230. return self.display_login_form(request, message) > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/django/contrib/admin/sites.py" in display_login_form > 333. context_instance=template.RequestContext(request) > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/django/template/context.py" in __init__ > 105. self.update(processor(request)) > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/Satchmo-0.9_pre-py2.5.egg/satchmo_ext/recentlist/ > context_processors.py" in recent_products > 7. maxrecent = config_value('PRODUCT','RECENT_MAX') > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/Satchmo-0.9_pre-py2.5.egg/livesettings/functions.py" in > config_value > 205. return config_get(group, key).value > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/Satchmo-0.9_pre-py2.5.egg/livesettings/functions.py" in > config_get > 150. return ConfigurationSettings().get_config(group, key) > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/Satchmo-0.9_pre-py2.5.egg/livesettings/functions.py" in > get_config > 72. raise SettingNotSet('%s.%s' % (group, key)) > > Exception Type: SettingNotSet at /admin/ > Exception Value: > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
