我有一个使用 paramiko 的自动化过程并出现此错误:
Exception in thread Thread-1 (most likely raised during interpreter
shutdown)
....
....
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute
'error'
我知道这是清理/线程中的一个问题,但我不知道如何解决它。
我有最新版本(1.7.6),根据这个线程,它已经解决了,所以我直接下载了代码,但仍然得到错误。
失败发生在winxp/win2003下的Python 2.5/2.6。
我在__del__
析构函数中关闭了连接,然后在脚本结束之前关闭它,这些都不起作用。还有更多,使用这个错误发生得更早,所以可能与解释器关闭无关?