Re: python manage.py syncdb problem

2009-09-09 Thread Zico
On Wed, Sep 9, 2009 at 11:40 AM, ankit rai wrote: > hello, > > this error shows that there is some postgres db connection exception.please > check ur connection As far as i know, everything is ok so far. But, if i check with *python manage.py dbshell, it can connect!* -- Best, Zico --~--~---

Re: python manage.py syncdb problem

2009-09-08 Thread Kenneth Gonsalves
On Wednesday 09 Sep 2009 11:07:22 am Zico wrote: > File > "/usr/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis/man >agement.py", line 13, in _get_postgis_func > cursor.execute('SELECT %s()' % func) > *psycopg2.InternalError: current transaction is aborted, commands ignored

Re: python manage.py syncdb problem

2009-09-08 Thread ankit rai
hello, this error shows that there is some postgres db connection exception.please check ur connection or debug ur code. On Wed, Sep 9, 2009 at 11:07 AM, Zico wrote: > Hi, I have been trying to install fixmystreet in one of my Fedora 11 > machine. In one step, i need to enter the command to syn

python manage.py syncdb problem

2009-09-08 Thread Zico
Hi, I have been trying to install fixmystreet in one of my Fedora 11 machine. In one step, i need to enter the command to sync my database. Command is: *python manage.py syncdb *But, here, i get the error: *psycopg2.InternalError: current transaction is aborted, commands ignored until end of tran