Strange exceptions in MySQLdb
Hector Villafuerte
hectorvd at gmail.com
Wed Oct 13 19:39:46 EDT 2004
More information about the Python-list mailing list
Wed Oct 13 19:39:46 EDT 2004
- Previous message (by thread): String manipulation advice needed.
- Next message (by thread): Strange exceptions in MySQLdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I have been using Python 2.3.4 with MySQL 4.0.16-max-nt (through MySQLdb) for months. Today this messages showed up: Exception exceptions.AttributeError: "'NoneType' object has no attribute 'close'" in <bound method Cursor.__del__ of <MySQLdb.cursors.Cursor instance at 0x0099C148>> ignored Exception exceptions.AttributeError: "'NoneType' object has no attribute 'close'" in <bound method Cursor.__del__ of <MySQLdb.cursors.Cursor instance at 0x009AD080>> ignored Exception exceptions.AttributeError: "'NoneType' object has no attribute 'close'" in <bound method Cursor.__del__ of <MySQLdb.cursors.Cursor instance at 0x009ABF58>> ignored My scripts work just fine... everything is ok besides this messages that mean nothing to me :( Any suggestions? Thanks in advance! Hector
- Previous message (by thread): String manipulation advice needed.
- Next message (by thread): Strange exceptions in MySQLdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list