Re: ERROR CLOSING CONNECTION: mysql connection close

2006-12-08 Thread Jerry Hill
On 8 Dec 2006 13:33:05 -0800, johnny <[EMAIL PROTECTED]> wrote: > I am getting following connection error from my python script: > > conn.close() > AttributeError: adodb_mysql instance has no attribute 'close' >From the sample code on the adodb documentation page, that should be spelled "conn.

ERROR CLOSING CONNECTION: mysql connection close

2006-12-08 Thread johnny
I am getting following connection error from my python script: conn.close() AttributeError: adodb_mysql instance has no attribute 'close' Here is my relevant code below: def worker(tq): while True: host, e = tq.get() c = ftplib.FTP(host) c.connect() try: