Hi Gurus
I use winpexpect to connect a linux server.
I called it via conn=winpexpect.winspawn and could run linux commands via that 'conn'.
But at some point (I think, once I disconnected the server by typing 'exit'), I got this error:
RuntimeError('cannot join current thread',) in <bound method winspawn.__del__ of <winpexpect.winspawn object at 0x029F5BD0>> ignored
How can i avoid it?
Thx