I have a automated process using python/paramiko anf have this error:
Exception in thread Thread-1 (most likely raised during interpreter
shutdown)
....
....
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute
'error'
I understand that is a problem in the cleanup/threading, but not see how fix it...
I have the last version (1.7.6) and according to http://groups.google.com/group/comp.lang.python/browse%5Fthread/thread/6f0dab88bbcca6cf was solved, so I download the code directly but still get it.
Fail on python2.6/python2.5 under winxp/win2003.
I close the connection in the __del__
destructor, close it before finish the script but none of both works. Is more, using this the error happened earlier, so maybe is not related to interpreter shutdown??