On Tue, Jan 13, 2009 at 1:21 PM, jhill10110 <jhill10...@gmail.com> wrote:
> > I am getting a module load error but I can't tell what is causing it. > > Running `./django-admin.py validate --verbosity 2` returns "Error: No > module named config". > > I have no idea what is trying to load this module and can't find any > reference to it after doing several greps. How can I find out more > information on what is actually looking for this config module? Try python -v django-admin.py validate and you should be able to see (once you sift through all the output) what's trying to pull in this nonexistant config. Karen --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---