From: Jean-Michel Pichavant on
CyclingGuy wrote:
> Can anyone recommend a PostgreSQL driver for Python that supports
> selecting and inserting bytea types?
> I'm not looking to write server functions in Python, just client
> applications.
>
> Thank you
> Eric.
>
Did you try any ?
I know about pgdb, and since it has a function called escape_bytea it
may support this type...

JM