Re: [Twisted-Python] twisted.enterprise.adbapi broken by loss of python-pgsql

2011-10-17 Thread Peter Westlake
On Monday, October 17, 2011 5:47 PM, exar...@twistedmatrix.com wrote: > 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%3D57

Re: [Twisted-Python] twisted.enterprise.adbapi broken by loss of python-pgsql

2011-10-17 Thread exarkun
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 psyco

Re: [Twisted-Python] twisted.enterprise.adbapi broken by loss of python-pgsql

2011-10-17 Thread Glyph
On Oct 17, 2011, at 1:17 PM, Peter Westlake wrote: > The python-pgsql package, used by twisted.enterprise.adbapi to talk to > PostgreSQL, This is inaccurate. adbapi can talk to PostgreSQL - or any database, for that matter - using any db-api compliant driver that you pass to it. > has been re

[Twisted-Python] twisted.enterprise.adbapi broken by loss of python-pgsql

2011-10-17 Thread Peter Westlake
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. Are there any plans to fix t.e.adbapi? Or perhaps replace it with tx