On 05:17 pm, peter.westl...@pobox.com wrote:
>The python-pgsql package, used by twisted.enterprise.adbapi to talk to
>PostgreSQL, has been removed from Debian:
>
>   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug%3D577664
>
>So far it has been removed from Unstable and Testing.

You can use psycopg or pygresql.  adbapi should work with any DB-API 2.0 
compliant module.

adbapi itself doesn't specifically depend on pgsql.  It requires the 
user to specify which module to use.

Jean-Paul
>Are there any plans to fix t.e.adbapi? Or perhaps replace it
>with txPostgres?
>
>   http://twistedmatrix.com/trac/ticket/4397

Probably not.  However, some people are interesting in a native Twisted 
implementation of the PostgreSQL protocol.  So it's /possible/ that will 
appear at some point.

Jean-Paul

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to