Re: No module gets imported, eventhough its there in the codebase

2008-11-27 Thread madhav
In contiuation to my previous queries. As soon as I put this daemonize=false option and run the fcgi instances, another error is getting printed in the console: The error is raised by flup, what is this have to do? File "/repo/django_src/django/core/management.py", line 1666, in execute_from_

Re: No module gets imported, eventhough its there in the codebase

2008-11-23 Thread madhav
In continuation to my previous query It works absolutely fine with "daemonize=false". I dont why? On Nov 23, 7:50 pm, madhav <[EMAIL PROTECTED]> wrote: > Hello everybody, > I am struck with a very-weird problem. I am unable to import any view/ > module from my urls.py. This problem is ONLY wh