|
From: Qiang Li <ton...@gm...> - 2010-03-16 23:19:19
|
Hi
I want to use Pyssh. But when I test some code I get this
mycon = pyssh.Ssh('root','10.0.0.186','22')
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
mycon = pyssh.Ssh('root','10.0.0.186','22')
File "C:\Python25\lib\site-packages\pyssh\__init__.py", line 105, in
__init__
self.old_handler = signal.getsignal(signal.SIGCHLD)
AttributeError: 'module' object has no attribute 'SIGCHLD'
My version of Python is 2.5
what is wrong?
Thanks
|