Hello,
I'm trying another satchmo build using the most recent trunk along
with django 1.1.  Now everything has gone fine (minus having to
manually install the satchmo-trunk, python setup.py install was not
copying the satchmo dir to the proper site-packages), but i seem to be
hung up on something in my settings files.  Now i've compared them
against the packaged settings files from the satchmo-trunk and things
seem all right.  The only setting i'm uncertain of is "SITE_DOMAIN",
i'm currently only using the development server to try and get this up
and running, and as such have it defined as "192.168.1.90:8557", and
i'm not sure if that is correct (i need it to be the network address
as i do all my development remotely).  There are also a few
discrepancies between the docs i'm using and what i see in practice
(things like default urls being slightly different), but nothing
major.  The docs in question: 
http://www.satchmoproject.com/trac/wiki/SatchmoNewInstallation

I'm pretty stuck at the moment, and have been trying to get a working
demo cart up for the last 4 days and every build has resulted in
different, insurmountable (from my standpoint) errors.  The traceback
for this problem:

SettingNotSet at /

Request Method:         GET
Request URL:    http://192.168.1.90:8557/
Exception Type:         SettingNotSet
Exception Value:

Exception Location:     /usr/local/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/livesettings/functions.py in get_config,
line 72
Python Executable:      /usr/local/bin/python
Python Version:         2.5.4
Python Path:    ['/root/src/mystore', '/usr/local/lib/python2.5/site-
packages/setuptools-0.6c9-py2.5.egg', '/usr/local/lib/python2.5/site-
packages/Reportlab-2.1.0001-py2.5.egg', '/usr/local/lib/python2.5/site-
packages/PyYAML-3.08-py2.5-linux-i686.egg', '/usr/local/lib/python2.5/
site-packages/PILwoTk-1.1.6.4-py2.5-linux-i686.egg', '/usr/local/lib/
python2.5/site-packages/django_threaded_multihost-1.3_0-py2.5.egg', '/
usr/local/lib/python2.5/site-packages/
elementtree-1.2.7_20070827_preview-py2.5.egg', '/usr/local/lib/
python2.5/site-packages/docutils-0.5-py2.5.egg', '/usr/local/lib/
python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg', '/usr/local/lib/
python2.5/site-packages/MySQL_python-1.2.2-py2.5-linux-i686.egg', '/
usr/local/lib/python25.zip', '/usr/local/lib/python2.5', '/usr/local/
lib/python2.5/plat-linux2', '/usr/local/lib/python2.5/lib-tk', '/usr/
local/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-
packages']
Server time:    Mon, 23 Feb 2009 07:18:42 -0600


Environment:

Request Method: GET
Request URL: http://192.168.1.90:8557/
Django Version: 1.1 pre-alpha
Python Version: 2.5.4
Installed Applications:
['satchmo_store.shop',
 'django.contrib.admin',
 'django.contrib.admindocs',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.comments',
 'django.contrib.sessions',
 'django.contrib.sitemaps',
 'django.contrib.sites',
 'registration',
 'sorl.thumbnail',
 'satchmo',
 'keyedcache',
 'livesettings',
 'satchmo_store.contact',
 'product',
 'shipping',
 'payment',
 'payment.modules.giftcertificate',
 'satchmo_store.contact.supplier',
 'satchmo_utils',
 'satchmo_utils.thumbnail',
 'l10n',
 'tax',
 'satchmo_ext.wishlist',
 'satchmo_ext.upsell',
 'satchmo_ext.productratings',
 'app_plugins',
 'tax.modules.no',
 'tax.modules.area',
 'tax.modules.percent']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 '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 "/usr/local/lib/python2.5/site-packages/django/core/handlers/
base.py" in get_response
  86.                 response = callback(request, *callback_args,
**callback_kwargs)
File "/usr/local/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/
satchmo_store/shop/views/home.py" in home
  37.         'paginator' : paginator
File "/usr/local/lib/python2.5/site-packages/django/template/
context.py" in __init__
  105.             self.update(processor(request))
File "/usr/local/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 "/usr/local/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 "/usr/local/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 "/usr/local/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 /
Exception Value:

If i can't get a cart working, i'll be forced to work with another e-
commerce cart solution (meaning i'll have to learn ruby on rails).
Any help or suggestions would be great!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to