Re: Psycopg2 : error message.

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: image <lcelati(at)latitude-geosystems(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Psycopg2 : error message.
Date: 2014-05-16 13:38:35
Message-ID: 537614DB.2000200@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/16/2014 04:19 AM, image wrote:
> Thanks for your help.
>
> So i remove the first "try" + i remove the space before "conn="
>
> Indeed i have a new error message in my DOS interface :
>
> pg_test.py
> <http://postgresql.1045698.n5.nabble.com/file/n5804207/pg_test.py>
>
> SS_dos.JPG
> <http://postgresql.1045698.n5.nabble.com/file/n5804207/SS_dos.JPG>
>
>
> In advance, thank you.

In the future this is a question that is more appropriate for the
psycopg2 list:

http://www.postgresql.org/list/psycopg/

You also should take a look at here for some basic pointers:

http://initd.org/psycopg/docs/usage.html

FYI it is not necessary to single quote the parameter values in the
connection string.

Lastly, if my high school French is holding up you have an
authentication error for user laurent. The first thing to check would
whether you are using the correct password.

>
> IMAGE.
>
>
>
>
> --
> View this message in context: http://postgresql.1045698.n5.nabble.com/Psycopg2-error-message-tp5804197p5804207.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-05-16 14:33:08 Re: TODO: Expose parser support for decoding unicode escape literals to user
Previous Message Karsten Hilbert 2014-05-16 11:34:16 Re: Psycopg2 : error message.