Re: How to find out more info about "Error: No module named ..."

2009-01-14 Thread Alan
Assuming you are in your project dir, I think it has to be: python -v ./manage.py validate Alan On Wed, Jan 14, 2009 at 02:59, Karen Tracey wrote: > On Tue, Jan 13, 2009 at 1:21 PM, jhill10110 wrote: > >> >> I am getting a module load error but I can't tell what is causing it. >> >> Running `.

Re: How to find out more info about "Error: No module named ..."

2009-01-13 Thread Karen Tracey
On Tue, Jan 13, 2009 at 1:21 PM, jhill10110 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 >

How to find out more info about "Error: No module named ..."

2009-01-13 Thread jhill10110
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 mor