Re: ProgrammingError - invalid byte sequence for encoding "UTF8"
"James Henstridge" <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 22, 2008 at 8:40 PM, Nico Grubert <[email protected]> wrote: > >> I have 2 Zope servers (Zope 2.10.5, Python 2.4.4) on 2 physically >> separated machines. Both Zope servers access the same PostgreSQL (8.2.0) >> database on a remote server. >> >> Zope Server #1 has installed "psycopg2-2.0.5.1". >> Zope Server #2 has installed "psycopg2-2.0.6". > > Note: > Downgrading Zope Server #2 to "psycopg2-2.0.5.1" solves all the problems. How well do things work if you move forward to 2.0.7 or the development version? James.