Sorry about the thread hijack there, I mistakenly thought the
problems were related.

I'm using Python 2.5 on Ubuntu Hardy.  It seems to me that the
issue is the project locale directory is in my project folder.

The fact that the locale folder for my project is called
"locale" is causing a name space collision in the line:

from locale import normalize

I suffer from that newbie problem of not knowing what the
best / standard default configurations are.  The locale
directory was placed in the project root by

 ./manage.py makemessages -a

So I was kinda loathe to move it out of there.

Thanks so much for taking the time to look at the issue,
I apologize if this is a simple problem with a simple
solution...


On Aug 24, 1:29 pm, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> On Sun, 2008-08-24 at 10:14 -0700,PrairieDoggwrote:
> > 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 django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to