Signal only works in main thread

RVince rvince99 at gmail.com
Mon Jul 25 15:19:05 EDT 2011


I am instantiating an SSH client class using this class:

http://www.goldb.org/sshpython.html

With the following code:

        sSHController = SSHController('xxx', 'root', 'password', '#')
        sSHController.login()

Whereupon, at login(), it fails with a :

ValueError: signal only works in main thread

I'm at a complete loss here. Can someone please point me in the right
direction to solving this?   Thanks,
RVince



More information about the Python-list mailing list