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 module(which is in utils folder) from
DJANGO SHELL, its gettings imported properly. I dont know why? And
that too this problem only resulted AFTER I restarted my production
server(which means I have restarted my app and web servers). I am of
the opinion like this is a pythonpath issue and not a thing related to
the codebase(which remains untouched). Please help me out. What is
with this utils thing anyway?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to