Thanks for all the suggestions re stable django/satchmo. I appreciate
there's a lot going on in the move into Django 1.0 making life
difficult for the current versions.
I've been trying to update a site which had some stability issues, but
various things going wrong so now just want to get it stable in 0.7.
So i'm trying to get 0.7 working with -r 7519 and getting back the
following when trying syncdb. I'm feeling pretty stupid about this
whole thing, but any suggestions welcome, thank you!:
Traceback (most recent call last):
File "manage.py", line 11, in ?
execute_manager(settings)
File "/usr/lib/python2.4/site-packages/django/core/management/
__init__.py", line 272, in execute_manager
utility.execute()
File "/usr/lib/python2.4/site-packages/django/core/management/
__init__.py", line 219, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python2.4/site-packages/django/core/management/
base.py", line 72, in run_from_argv
self.execute(*args, **options.__dict__)
File "/usr/lib/python2.4/site-packages/django/core/management/
base.py", line 81, in execute
translation.activate('en-us')
File "/usr/lib/python2.4/site-packages/django/utils/translation/
__init__.py", line 73, in activate
return real_activate(language)
File "/usr/lib/python2.4/site-packages/django/utils/translation/
__init__.py", line 43, in delayed_loader
return g['real_%s' % caller](*args, **kwargs)
File "/usr/lib/python2.4/site-packages/django/utils/translation/
trans_real.py", line 211, in activate
_active[currentThread()] = translation(language)
File "/usr/lib/python2.4/site-packages/django/utils/translation/
trans_real.py", line 200, in translation
default_translation = _fetch(settings.LANGUAGE_CODE)
File "/usr/lib/python2.4/site-packages/django/utils/translation/
trans_real.py", line 183, in _fetch
app = getattr(__import__(appname[:p], {}, {}, [appname[p+1:]]),
appname[p+1:])
File "/usr/lib/python2.4/site-packages/satchmo/configuration/
__init__.py", line 13, in ?
from values import *
File "/usr/lib/python2.4/site-packages/satchmo/configuration/
values.py", line 323, in ?
class BooleanValue(Value):
File "/usr/lib/python2.4/site-packages/satchmo/configuration/
values.py", line 325, in BooleanValue
class field(forms.BooleanField):
AttributeError: 'module' object has no attribute 'BooleanField'