Error with Zope 2.13.8

From: Frank Kauff <fkauff(at)biologie(dot)uni-kl(dot)de>
To: psycopg(at)postgresql(dot)org
Subject: Error with Zope 2.13.8
Date: 2011-10-18 12:08:44
Message-ID: 4E9D6C4C.5090201@biologie.uni-kl.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

Hi all,

I'm trying to run psycopg2-2.4.2 ZPsychopgDA with Zopw 2.13.8. However,
when I try to add the adapter to my zope site and enter the connection
string etc., I get the Zope error below. Any idea what could be the
reason? Some other versions of psycopg2 I tried give the same error

Thanks,
Frank

Zope Error

Zope has encountered an error while publishing this resource.

Error Type: OperationalError
Error Value: no Python codec for client encoding ''

Traceback (innermost last):

Module ZPublisher.Publish, line 126, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 46, in call_object
Module Products.ZPsycopgDA.DA, line 61, in manage_addZPsycopgConnection
Module Products.ZPsycopgDA.DA, line 81, in __init__
Module Products.ZPsycopgDA.DA, line 96, in edit
Module Products.ZPsycopgDA.DA, line 127, in connect
Module Products.ZPsycopgDA.db, line 85, in open
Module Products.ZPsycopgDA.db, line 50, in getconn

OperationalError: no Python codec for client encoding ''

Responses

Browse psycopg by date

  From Date Subject
Next Message Mark Theisen 2011-10-18 14:32:13 connection already closed error
Previous Message thomas veymont 2011-10-17 07:38:54 Re: using server side cursor