On Thu, 2008-08-28 at 21:18 -0400, Karen Tracey wrote: [...] > > Make sure you have an SVN checkout at revision 8680 or higher. This: > > http://code.djangoproject.com/ticket/8654 > > looks like it could be responsible for what you are reporting, and the > fix was only checked in about five hours ago.
No, that's unrelated. The __all__ variable is only relevant for the "from foo import *" style of imports. When importing by name, it looks directly in the module. I think the original poster's tarball of Django is broken. At least the 1.0-alpha version is. The 0.96 releases never had ugettext_lazy(). The function has been in trunk since July 4, 2007 (when the unicode branch was merged in [5609]). If ugettext_lazy() was made unavailable, it would take about 15 seconds for the bugs to be reported. It's used all over the place, even inside Django. 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 -~----------~----~----~----~------~----~------~--~---