Re: Strage utils problem

2008-12-08 Thread madhav
Just so that everybody knows how I am running the fcgi daemon: PYTHONPATH=/repo/django_src /usr/bin/python2.4 manage.py -- settings=PRODUCTION_settings runfcgi method=prefork host=127.0.0.1 port=8080 On Dec 8, 6:00 pm, madhav <[EMAIL PROTECTED]> wrote: > I have a very strange problem. My project

Strage utils problem

2008-12-08 Thread madhav
I have a very strange problem. My project directory has got a directory named "utils" and all the modules related to the utils folder are not getting imported. All the rest are getting imported. That too this problem is only when I run the fcgi daemon(app server). When I try to import the same mod