Hi,
           Am pressently using sqlite .
           The problem is in the django\db\__init__.py where it is importing 
connection module
            from django.db import connection


 

Thanks
Vijay 


--- On Mon, 22/6/09, Gora Mohanty <g...@srijan.in> wrote:


From: Gora Mohanty <g...@srijan.in>
Subject: Re: [BangPypers] Django connection problem
To: bangpypers@python.org
Date: Monday, 22 June, 2009, 9:49 PM


On Mon, 22 Jun 2009 19:14:21 +0530 (IST)
VIJAY KUMAR <vnbang2...@yahoo.com> wrote:

> Hi 
>        Need a help for below error.
>            from django.contrib.auth.models import User
>               File "c:\python26\lib\site-packages\django-1.0.2_final-       
> py2.6.egg\django\contrib\auth\models.py", line 3, in <module>
>            from django.db import models
>             File 
> "c:\python26\lib\site-packages\django-1.0.2_final-py2.6.egg\django\db\models\__init__.py",
>  line 3, in <module>
>             from django.db import connection
>          ImportError: cannot import name connection

What are you doing when you get this error.

>  
>   when i looked in django.db there is no module by name connection. Can some 
> one help to know more on this problem and how can i overcome this.
[...]

There is definitely a "connection" variable in django/db/__init.py__
which is where django/db/models/__init.py__ is importing from.

I suspect that this is some other issue, maybe a problem with
connecting to the database. What database are you using? Can
you connect to the database, using some other tool, but with
the same username/password as in Django's settings.py?

Regards,
Gora
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers



      ICC World Twenty20 England &#39;09 exclusively on YAHOO! CRICKET 
http://cricket.yahoo.com
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to