Ok, don't get whiplash from my 180 degree turnaround but I found the
"problem" and it's in the 1498 version of settings-customize.py.
The "problem" is in this code block:
'satchmo.upsell',
'satchmo.productratings'
# enable tiered to activate the "tiered" shipping module
# select it in the site settings, then configure it in the
# admin/tiered section
#'satchmo.shipping.modules.tiered'
#'satchmo.newsletter',
#'satchmo.feeds',
The line 'satchmo.productratings' should really be:
'satchmo.productratings',
It's very easy to overlook that missing ",".
I submitted this along with a .diff file to fix it as Ticket #567.
John
On Sep 7, 12:58 pm, John <[EMAIL PROTECTED]> wrote:
> Nevermind, the freshly minted store looks fine so it must be a problem
> in my code somewhere.
>
> Sorry for the trouble.
>
> On Sep 7, 12:38 pm, John <[EMAIL PROTECTED]> wrote:
>
> > Yes, but I think it may be something wrong with my code. I'm
> > installing a blank satchmo store to verify.
>
> > On Sep 7, 11:21 am, "Chris Moffitt" <[EMAIL PROTECTED]> wrote:
>
> > > 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
-~----------~----~----~----~------~----~------~--~---