Re: newbie -- trouble using Postgres

2007-05-02 Thread BasicSci007
Uhh. Is a "backend" a postreSQL client? I am able to run psycopg2.connect from Python and read the pg_databases table. Really appreciate your help! On May 2, 8:54 am, "Honza Král" <[EMAIL PROTECTED]> wrote: > are you sure you are using the correct backend, note that there are > two backends fo

Re: newbie -- trouble using Postgres

2007-05-02 Thread Honza Král
are you sure you are using the correct backend, note that there are two backends for postgreSQL, you want the one with psycopg2 in it On 5/2/07, BasicSci007 <[EMAIL PROTECTED]> wrote: > > Can't seem to get django and postgres to hook up. MySQL or sqlite3 > work fine. postgres seems to work fine

newbie -- trouble using Postgres

2007-05-01 Thread BasicSci007
Can't seem to get django and postgres to hook up. MySQL or sqlite3 work fine. postgres seems to work fine with SQLAlchemy, so I'm thinking psycopg2-2.0.6b1.win32-py2.4-pg8.2.1 installation is OK. Is the problem obvious from the following: C:\django\testproject>manage.py syncdb Traceback (most