Sorry to hear it's been such a difficult install for you. Instead of going into simple or skeleton, try using the clonesatchmo.py script to create your store..
python clonesatchmo.py --skel=/path/to/skeleton Also, double check and make sure you have django_livesettings and django_keyedcache installed. http://www.bitbucket.org/bkroeze/django-keyedcache/overview/ http://www.bitbucket.org/bkroeze/django-livesettings/overview/ -Chris On Tue, Apr 6, 2010 at 9:14 PM, Ricko <[email protected]> wrote: > Hi All, > > After my abortive attempt to get Satchmo to work before, I abandoned > that build and downloaded the latest build from Mercurial. I have > installed every dependency from the installation guide, including ones > that aren't required. > > From reading the installation, I am under the impression that after > doing everything required, I should be able to go the example stores > in the Satchmo dir, such as 'Skeleton' and 'Simple' and just python > manage.py runserver, and it should all work, to play around with. > > I try this on the 'Simple' Dir, and this is the stack I get: > > Environment: > > Request Method: GET > Request URL: http://127.0.0.1:8000/ > Django Version: 1.1.1 > Python Version: 2.5.1 > Installed Applications: > ['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', > 'sorl.thumbnail', > 'south', > 'keyedcache', > 'livesettings', > 'l10n', > 'satchmo_utils.thumbnail', > 'satchmo_store.contact', > 'tax', > 'tax.modules.no', > 'tax.modules.area', > 'tax.modules.percent', > 'shipping', > 'product', > 'payment', > 'payment.modules.dummy', > 'payment.modules.paypal', > 'satchmo_ext.satchmo_toolbar', > 'satchmo_utils', > 'app_plugins', > 'simple.localsite'] > Installed Middleware: > ('django.middleware.common.CommonMiddleware', > 'django.contrib.sessions.middleware.SessionMiddleware', > 'django.middleware.locale.LocaleMiddleware', > 'django.contrib.auth.middleware.AuthenticationMiddleware', > 'django.middleware.doc.XViewMiddleware', > 'threaded_multihost.middleware.ThreadLocalMiddleware', > 'satchmo_store.shop.SSLMiddleware.SSLRedirect') > > > Traceback: > File "/Library/Python/2.5/site-packages/django/core/handlers/base.py" > in get_response > 92. response = callback(request, *callback_args, > **callback_kwargs) > File "/Library/Python/2.5/site-packages/Satchmo-0.9_1-py2.5.egg/ > satchmo_store/shop/views/home.py" in home > 17. featured = display_featured() > File "/Library/Python/2.5/site-packages/Satchmo-0.9_1-py2.5.egg/ > product/views/__init__.py" in display_featured > 87. num_to_display = config_value('PRODUCT','NUM_DISPLAY') > File "/Library/Python/2.5/site-packages/django_livesettings-1.4_3- > py2.5.egg/livesettings/functions.py" in config_value > 204. return config_get(group, key).value > File "/Library/Python/2.5/site-packages/django_livesettings-1.4_3- > py2.5.egg/livesettings/functions.py" in config_get > 149. return ConfigurationSettings().get_config(group, key) > File "/Library/Python/2.5/site-packages/django_livesettings-1.4_3- > py2.5.egg/livesettings/functions.py" in get_config > 66. raise SettingNotSet('%s config group does > not exist' % group) > > Exception Type: SettingNotSet at / > Exception Value: > > > Something seems to be wrong with the 'LIvesettings' plugin. Can anyone > help? > > I would love to get Satchmo running, but it is proving incredibly > difficult, just seems to be one issue after another. > > Cheers > Rick > > -- > 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]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- 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.
