Re: unable to catch this exception

2010-02-02 Thread Gabriel Genellina
En Tue, 02 Feb 2010 08:20:34 -0300, mk escribió: Exception in thread Thread-9 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/var/www/html/cssh.py", line 617, in ssh_connect : 'NoneType' object has no attribute 'BadAuthenticationType' So you

Re: unable to catch this exception

2010-02-02 Thread Chris Rebert
On Tue, Feb 2, 2010 at 3:20 AM, mk wrote: > Exception in thread Thread-9 (most likely raised during interpreter > shutdown): > Traceback (most recent call last): >  File "/usr/local/lib/python2.6/threading.py", line 522, in > __bootstrap_inner >  File "/var/www/html/cssh.py", line 875, in run >  F

unable to catch this exception

2010-02-02 Thread mk
Exception in thread Thread-9 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/local/lib/python2.6/threading.py", line 522, in __bootstrap_inner File "/var/www/html/cssh.py", line 875, in run File "/var/www/html/cssh.py", line 617, in ssh_co