Postgres Python API problem - Mailing list pgsql-bugs

From Ruby Murillo
Subject Postgres Python API problem
Date
Msg-id 000001c57832$16fe0010$6601a8c0@ws011
Whole thread Raw
Responses Re: Postgres Python API problem
List pgsql-bugs
Hi,

   We keep getting this message:



       import pgdb

       /usr/local/lib/python2.4/site-packsges/pgdb.py:56: RuntimeWarning:
Python C API version mismatch for module _pg: This Python has API version
1012,

       module _pg has version 1011



       import pg

       /usr/local/lib/python2.4/site-packsges/pgdb.py:8: RuntimeWarning:
Python C API version mismatch for module _pg: This Python has API version
1012,

       module _pg has version 1011



      I have installed Postgres 3 years from RPM and just included
python(2.2) in the installation.  This time I need to use python but then I
keep getting this

Warning/error message.



      Please let me know if this is a bug or is this just a warning. I
currently have postgres and being access by my perl appl and don't want to
mess with it.

So if you could guide me on how I could make my python up-to-date to the
API, that would be great.

Thanks,

Ruby

pgsql-bugs by date:

Previous
From: "Robert Zahm"
Date:
Subject: BUG #1727: Corrupt Zip file?
Next
From: Harald Armin Massa
Date:
Subject: Re: Postgres Python API problem