Re: Error: no Python Codec for client encoding

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Re: Error: no Python Codec for client encoding
Дата
Msg-id CA+mi_8bVLk3XwSzuVWuezgkpRkrsZOAjNA8zOxfNbEH9-FA=tw@mail.gmail.com
обсуждение исходный текст
Ответ на Error: no Python Codec for client encoding  (Frank Kauff <fkauff@biologie.uni-kl.de>)
Ответы Re: Error: no Python Codec for client encoding  ("Frank Kauff" <fkauff@biologie.uni-kl.de>)
Re: Error: no Python Codec for client encoding  ("Frank Kauff" <fkauff@biologie.uni-kl.de>)
Список psycopg
On Wed, Oct 19, 2011 at 4:41 PM, Frank Kauff <fkauff@biologie.uni-kl.de> wrote:

>>    Module Products.ZPsycopgDA.db, line 50, in getconn

This line only does

    conn.set_client_encoding(self.encoding)

and self.encoding is passed to the DB constructor. It is configured to
be an empty string, which we don't like. Where does this empty string
come from? I suspect misconfiguration.

-- Daniele

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

Предыдущее
От: Mark Theisen
Дата:
Сообщение: Re: connection already closed error
Следующее
От: "Frank Kauff"
Дата:
Сообщение: Re: Error: no Python Codec for client encoding