Re: Psycopg2 : error message.

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Psycopg2 : error message.
Дата
Msg-id 537614DB.2000200@aklaver.com
обсуждение исходный текст
Ответ на Re: Psycopg2 : error message.  (image <lcelati@latitude-geosystems.com>)
Ответы Re: Psycopg2 : error message.
Список 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.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: Psycopg2 : error message.
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: TODO: Expose parser support for decoding unicode escape literals to user