On 6/11/07, Justin Lilly <[EMAIL PROTECTED]> wrote: > For archival purposes, the reason it wasn't working is I had named one of my > apps "calendar". After I renamed it to agenda and remapped it appropriately, > everything was in working order.
Ouch. This sort of thing is actually a pretty common error-- the usual one is that people name their first django site "site", which breaks python's built-in site package, disabling packages and .pth's in site-packages. Perhaps Django should validate that the thing you supply to startapp and startproject aren't named something that's already importable. :-/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---