odd exceptions when deleting objects

E

Elliot Peele

I keep getting a odd set of exceptions when my application exits:

Exception exceptions.ImportError: 'No module named types' in <bound
method log.__del__ of <db.log.log instance at 0xf6de538c>> ignored
Exception exceptions.AttributeError: "'NoneType' object has no attribute
'close'" in <bound method db.__del__ of <db.db.db instance at
0xf6d34b0c>> ignored
Exception exceptions.AttributeError: "'NoneType' object has no attribute
'close'" in <bound method Cursor.__del__ of <MySQLdb.cursors.Cursor
instance at 0xf6d3908c>> ignored

It's only doing this with the log object, which each module has a
reference to. Any ideas why this is happening?

Elliot
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,266
Latest member
DavidaAlla

Latest Threads

Top