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 ?

Regards,
Marek

2008/12/6 Roland van Laar <[EMAIL PROTECTED]>

>
> marekw2143 wrote:
> > Hi
> >
> > I've installed python 2.5.2 into D:\P25 folder.
> > Then i installed diango using python setup.py install.
> > After that, when i typed:
> >
> >
> >>>> import django
> >>>>
> >
> > everything was ok, but when i type:
> >
> >
> >>>> import diango.db
> >>>>
> >
> > i get the following message:
> >
> >
> >
> > Traceback (most recent call last):
> >   File "<stdin>", line 1, in <module>
> >   File "d:\P25\Lib\site-packages\django\db\__init__.py", line 9, in
> > <module>
> >     if not settings.DATABASE_ENGINE:
> >  <snip>
>
> python can't find your configuration settings.py file.
> You need to create a django application first.
> Read: http://docs.djangoproject.com/en/dev/intro/tutorial01/
> > What is the solution for this problem ?
> >
> >
> Regards,
>
> Roland van Laar
>
> >
>


-- 
Pozdrawiam,

Marek Wawrzyczek

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