[Twisted-Python] twisted.enterprise problem

Bob Ippolito bob at redivi.com
Mon Apr 14 19:27:38 EDT 2003


On Monday, Apr 14, 2003, at 19:20 America/New_York, Stephen Figgins 
wrote:

> I am using Twisted CVS and pyPgSQL 2.3, attempting to create a dbpool 
> with the line:
>
> dbpool = adbapi.ConnectionPool("pyPgSQL", host='localhost', 
> user='fig', db='fig')

IIRC, the module is called pyPgSQL.PgSQL.. I think you want this:

dbpool = adbapi.ConnectionPool("pyPgSQL.PgSQL", host='localhost', 
user='fig', db='fig')

-bob





More information about the Twisted-Python mailing list