Yep, that was the problem -- thanks for the tip. I did not heed properly this remark in the installation instructions (http://www.satchmoproject.com/docs/svn/new_installation.html):
"Please remember to ensure that your Django database connections and settings are working properly before trying to add any pieces of satchmo." What that really means is: execute "python manage.py syncdb" Once that is done, the complaints cease. So, I am now on my way again to installation -- the project files work fine. Thanks! Bill On Jun 23, 8:08 pm, Chris Moffitt <[email protected]> wrote: > What database are you using? This looks like an issue with your db backend. > > I'd recommend trying sqllite first to make sure everything else is installed > correctly. Then, you can move to your database of choice. > > -Chris > > On Tue, Jun 23, 2009 at 5:49 PM, wgw <[email protected]> wrote: > > > I have not had no luck on my installation. When I go "python manage.py > > satchmo_copy_static" I get an error: > > > File "/usr/lib/python2.5/site-packages/django/db/transaction.py", > > line 69, in leave_transaction_management > > connection._leave_transaction_management(is_managed()) > > AttributeError: 'DatabaseWrapper' object has no attribute > > '_leave_transaction_management' > > > I updated my system today: > > > ubuntu 8.04, hardy, Linux 2.6.24-24-generic > > Django At revision 11092. > > Satchmo At revision 2055. > > > Any suggestion for how to deal with this install problem? (Complete > > error message at end of this message.) > > > On May 1, 10:08 am, Christian <[email protected]> wrote: > > > I had the error above on OS X. When I came back to it a few days later > > > all was working so I did not look into it further. > > > > Christian > > > b...@bill-laptop:~/django/customstore$ python manage.py > > satchmo_copy_static > > Traceback (most recent call last): > > File "manage.py", line 11, in <module> > > execute_manager(settings) > > File "/usr/lib/python2.5/site-packages/django/core/management/ > > __init__.py", line 362, in execute_manager > > utility.execute() > > File "/usr/lib/python2.5/site-packages/django/core/management/ > > __init__.py", line 303, in execute > > self.fetch_command(subcommand).run_from_argv(self.argv) > > File "/usr/lib/python2.5/site-packages/django/core/management/ > > base.py", line 195, in run_from_argv > > self.execute(*args, **options.__dict__) > > File "/usr/lib/python2.5/site-packages/django/core/management/ > > base.py", line 221, in execute > > self.validate() > > File "/usr/lib/python2.5/site-packages/django/core/management/ > > base.py", line 249, in validate > > num_errors = get_validation_errors(s, app) > > File "/usr/lib/python2.5/site-packages/django/core/management/ > > validation.py", line 28, in get_validation_errors > > for (app_name, error) in get_app_errors().items(): > > File "/usr/lib/python2.5/site-packages/django/db/models/loading.py", > > line 131, in get_app_errors > > self._populate() > > File "/usr/lib/python2.5/site-packages/django/db/models/loading.py", > > line 58, in _populate > > self.load_app(app_name, True) > > File "/usr/lib/python2.5/site-packages/django/db/models/loading.py", > > line 74, in load_app > > models = import_module('.models', app_name) > > File "/usr/lib/python2.5/site-packages/django/utils/importlib.py", > > line 35, in import_module > > __import__(name) > > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > > satchmo_ext/wishlist/models.py", line 64, in <module> > > from urls import add_wishlist_urls > > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > > satchmo_ext/wishlist/urls.py", line 19, in <module> > > wishbase = r'^' + config_value('SHOP','WISHLIST_SLUG') + '/' > > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > > livesettings/functions.py", line 205, in config_value > > return config_get(group, key).value > > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > > livesettings/values.py", line 317, in value > > val = self._value() > > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > > livesettings/values.py", line 268, in _value > > log.error("%s: Could not get _value of %s", self.key, > > self.setting) > > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > > livesettings/values.py", line 252, in _setting > > return find_setting(self.group.key, self.key) > > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > > livesettings/models.py", line 36, in find_setting > > siteid = _safe_get_siteid(site) > > File "/usr/lib/python2.5/site-packages/django/db/transaction.py", > > line 267, in _commit_manually > > leave_transaction_management() > > File "/usr/lib/python2.5/site-packages/django/db/transaction.py", > > line 69, in leave_transaction_management > > connection._leave_transaction_management(is_managed()) > > AttributeError: 'DatabaseWrapper' object has no attribute > > '_leave_transaction_management' --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
