I'm running django 1.0 and satchmo-trunk-1363, and I am having problems getting it to work. When I run "python manage.py satchmo_copy_urls" I get this error "ImportError: cannot import name validators". I am experienced with django, but a newbie as far as satchmo is concerned. Anyone know how to fix this?
Apparently satchmo/products/models.py is attempting to execute "from django.core import validators", and as far as I can tell django 1.0 doesn't have a validators file under the core directory. On Sep 5, 7:53 am, "Costantino Giuliodori" <[EMAIL PROTECTED]> wrote: > 2008/9/4 Alessandro <[EMAIL PROTECTED]> > > > I'm trying the same configuration, django 1.0 with satchmo trunk updated > > today. > > The first problem is the italian translation: also some translated > > strings are not correctly internationalizated. > > > What's the cause? What's necessary to make a translation work? I could > > complete the missing strings if I can work it out. > > The translation was generated by the old bin/make-messages.py for the > satchmo not in trunk.This weekend I would look at the differences from the > .po generated by the new makemessages option and if there are errors. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
