Do you have productratings as an installed app?
-Chris
On Sun, Sep 7, 2008 at 9:36 AM, John <[EMAIL PROTECTED]> wrote:
>
> I forgot to mention that I'm getting this error when I try to do a
> syncdb on a blank database.
>
> John
>
> On Sep 7, 10:19 am, John <[EMAIL PROTECTED]> wrote:
> > All,
> >
> > I'm running the svn version of Satchmo (revision 1498) against the
> > Django 1.0 tag and am getting the following error:
> >
> > Traceback (most recent call last):
> > File "manage.py", line 11, in <module>
> > execute_manager(settings)
> > File "/home/django/django/trunk/django/core/management/__init__.py",
> > line 340, in execute_manager
> > utility.execute()
> > File "/home/django/django/trunk/django/core/management/__init__.py",
> > line 295, in execute
> > self.fetch_command(subcommand).run_from_argv(self.argv)
> > File "/home/django/django/trunk/django/core/management/base.py",
> > line 77, in run_from_argv
> > self.execute(*args, **options.__dict__)
> > File "/home/django/django/trunk/django/core/management/base.py",
> > line 87, in execute
> > translation.activate('en-us')
> > File "/home/django/django/trunk/django/utils/translation/
> > __init__.py", line 73, in activate
> > return real_activate(language)
> > File "/home/django/django/trunk/django/utils/translation/
> > __init__.py", line 43, in delayed_loader
> > return g['real_%s' % caller](*args, **kwargs)
> > File "/home/django/django/trunk/django/utils/translation/
> > trans_real.py", line 209, in activate
> > _active[currentThread()] = translation(language)
> > File "/home/django/django/trunk/django/utils/translation/
> > trans_real.py", line 198, in translation
> > default_translation = _fetch(settings.LANGUAGE_CODE)
> > File "/home/django/django/trunk/django/utils/translation/
> > trans_real.py", line 181, in _fetch
> > app = getattr(__import__(appname[:p], {}, {}, [appname[p+1:]]),
> > appname[p+1:])
> > AttributeError: 'module' object has no attribute
> > 'productratingshomepage'
> >
> > I'm having trouble tracking down the source of this problem and was
> > wondering if anyone could help me understand what's going wrong.
> >
> > Thanks in advance,
> > John
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---