Hmm. What you said about not having Django installed in site-packages
makes me think...

What does your PYTHONPATH environment variable have in it?

Do you possibly have the current directory listed before the path to
Django? Because if you try to

from django.conf import settings

before your settings module has been identified, weird things might
happen. (I don't know what exactly...I'm grasping at straws at the
moment.)

Thanks,
Todd

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