From: <gh...@gh...> - 2003-03-04 17:27:25
|
Todd Reed wrote: > I ended up installing pyPgSQL 2.3 from the source distribution, and this did > resolve the ImportError. However, there is an incompatibility between > pyPgSQL 2.3 and PostgreSQL 7.3.2 (and possibly other 7.3.x releases). The > system table pg_type used to have a column called "typprtlen" which is no > longer present in PostgreSQL 7.3.2. [...] This change was actually made in revision 1.18 of pyPgSQL/PgSQL.py (http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pypgsql/pypgsql/pyPgSQL/PgSQL.py) and is in the 2.3 release. You seem to have old sources lying around. -- Gerhard |