I just set up an SVN checkout of satchmo (version 0.8-pre) with django
1.0, with no problems. I've run through the settings, and everything
seems okay. Then, I add "satchmo.product.brand" to my INSTALLED_APPS,
and enable the url in SATCHMO_SETTINGS["SHOP_URLS"] in my
local_settings.py. Now when I try to run "syncdb" I get the message:

    Error: No module named brandsatchmo

No matter what command I try ("runserver", "validate",
"satchmo_check", "shell"), I get the same message. Is there some way I
can get more detail on this? I've looked through the
satchmo.product.brand package, and I can't find any dependency on
"brandsatchmo" anywhere. Anyone seen this before? What am I doing
wrong?

Thanks (hopeful)

On Sep 23, 5:20 pm, "Bruce Kroeze" <[EMAIL PROTECTED]> wrote:
> On Sat, Sep 20, 2008 at 3:06 AM, Alessandro <[EMAIL PROTECTED]>wrote:
>
>
>
> > 2008/9/20 Alessandro Ronchi <[EMAIL PROTECTED]>:
> > > 2008/9/19 Bruce Kroeze <[EMAIL PROTECTED]>:
>
> > >> Good idea, it was a little more complex than that, so I just went ahead
> > and
> > >> did it in rev 1532.  Now when you use that app, it will automatically
> > show
> > >> in your Product admin screen.
>
> > It's wonderful.
> > I have only a problem opening a product admin page:
> > ~~~~~~~~~~~~~
> > Exception Type:         ProgrammingError
> > Exception Value:
>
> > (1146, "Table 'myshop.brand_brandproduct' doesn't exist")
> > ~~~~~~~~~~~~~
> > I have a brand_brand_products table instead.
>
> Try going into your DB, dropping all brand_ tables and rerunning syncdb.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to