On 06 Dec 16:00, Marek Wawrzyczek wrote:
> I've created a django application, and after that I get the same error.
> Before I read Your post i switched to Ubuntu (and I'm still using it) to
> check if the problem wasn't the operating system but on Ubuntu I get the
> same error. How can I set this path, and where are stored django.db modules
> defaultly on linux ?
Are you running python directly and then importing django? It might be
better to do:
python manage.py shell
from the applcation directory.
Thanks,
--
Brett Parker
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---