Re: Regarding postgresql

2011-08-20 Thread Harjot Gill
Yes, i have installed it to the python that django is using. Yes i have import it successfully. -- 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, s

Re: Regarding postgresql

2011-08-20 Thread william ratcliff
Are you sure that you've installed it to the same python that django is using? Can you import it successfully? On Sat, Aug 20, 2011 at 5:57 AM, Harjot Gill wrote: > > > > the backend should be postgresql_psycopg2 and you should install > > python-psycopg2. > I have done this but error remains

Re: Regarding postgresql

2011-08-20 Thread kenneth gonsalves
On Sat, 2011-08-20 at 15:27 +0530, Harjot Gill wrote: > > the backend should be postgresql_psycopg2 and you should install > > python-psycopg2. > I have done this but error remains same. > It shows me the same error after the installation of the > python-psycopg2. what distro are you running? --

Re: Regarding postgresql

2011-08-20 Thread Harjot Gill
> > the backend should be postgresql_psycopg2 and you should install > python-psycopg2. I have done this but error remains same. It shows me the same error after the installation of the python-psycopg2. -- You received this message because you are subscribed to the Google Groups "Django users" g

Re: Regarding postgresql

2011-08-20 Thread kenneth gonsalves
On Sat, 2011-08-20 at 14:31 +0530, Harjot Gill wrote: > We have tried to make database of TCC software in postgresql instead > of mysql. But we are facing a problem after creating the database for > TCC when we are trying to make the tables by using command "python > manage.py syncdb" then the foll

Regarding postgresql

2011-08-20 Thread Harjot Gill
@ All We have tried to make database of TCC software in postgresql instead of mysql. But we are facing a problem after creating the database for TCC when we are trying to make the tables by using command "python manage.py syncdb" then the following error will occur : no module named psycopg Even w