On Sun, 2008-08-24 at 10:14 -0700, Prairie Dogg wrote: > I ran into this problem as well when I upgraded to the most recent > django trunk. I found out about it because my tests failed the > following error: > > from locale import normalize > ImportError: cannot import name normalize
So you've kind of hijacked the original thread here, since this is a separate issue (I've changed the topic for that reason). What version of Python are you using on which OS/platform? The locale.normalize method is certainly in Python 2.3 by default (and later versions). Are you running some kind of cut-down Python install? Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

