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 <kmtra...@gmail.com> wrote:

> 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
>
> >
>


-- 
Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate
Department of Biochemistry, University of Cambridge.
80 Tennis Court Road, Cambridge CB2 1GA, UK.
>>http://www.bio.cam.ac.uk/~awd28<<

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to