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 On Apr 25, 10:02 am, ProfCalculus <[email protected]> wrote: > Same problem here. My setup is as follows: > Ubuntu Intrepid > Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49) [GCC 4.3.2] on linux2 > django version is 1.1 beta 1 > satchmo version is 0.9-pre-SVN-unknown > Full stack trace: > $ 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 348, in execute_manager > utility.execute() > File "/usr/lib/python2.5/site-packages/django/core/management/ > __init__.py", line 293, 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' > > On Apr 15, 11:06 pm, Chris Moffitt <[email protected]> wrote: > > > Django trunk and Satchmo trunk are the recommended versions. > > > I'm not exactly sure where that error is coming from so please let us know > > your setup so we can troubleshoot. > > > -Chris > > > On Wed, Apr 15, 2009 at 12:42 PM, Chris_ > > <[email protected]>wrote: > > > > What are the recommended and known working versions of django and > > > satchmo? > > > > Just checked out django and satchmo trunks. > > > > Get this error: > > > 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 -~----------~----~----~----~------~----~------~--~---
