I had all my imports for my apps relative to the app, not the project. Since my last SVN checkout this evening, everything on the site I'm working on is broken. I would get an error stating (app after app) that the module app_name.models (etc) could not be found. The import syntax was:
from app_name.models import MyModel So when I made them... from project_name.app_name.models import MyModel The error would clear and the next import with that style would fail. So, I saw some posts relating to gettext this evening, but those were related to "from xxx.xxx import *" style imports. So I don't think that's related... Another note... this is only when using Apache/mod_python. If I run the manage.py runserver from my webhost, the site works with the original imports I had. Has something changed? Nothing popped out at me on the Backwards- incompatible changes. Keith --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---