Open GoogleCodeExporter opened 8 years ago
Per the Requirements section on the SSHPT front page
(http://code.google.com/p/sshpt/):
"The SSH Power Tool requires Python 2.5+ (not 3.0+ yet)...".
Original comment by preston....@gmail.com
on 20 Nov 2010 at 8:21
[deleted comment]
get newer source scripts of Queue.py (python>2.5) from python.org
and
editing Queue.py in library directory would work
Original comment by h.kyu.c...@gmail.com
on 12 Apr 2011 at 9:30
sshpt seems to be working ok on Centos5.6 with python version 2.4.3 i get a
warning in the begning which i can ignore for now
RandomPool_DeprecationWarning: This application uses RandomPool, which is
BROKEN in
older releases. See http://www.pycrypto.org/randpool-broken
Enter list of hosts (one entry per line). Ctrl-D to end input.
then i get the following error , looking at the previous comments what are the
changes are i need to do to Queue.py so that sshpt does not spit errors?
Exception in thread OutputThread:
Traceback (most recent call last):
File "/usr/lib64/python2.4/threading.py", line 442, in __bootstrap
self.run()
File "/usr/lib/python2.4/site-packages/sshpt-1.2.0-py2.4.egg/EGG-INFO/scripts/sshpt.py", line 124, in run
self.output_queue.task_done()
AttributeError: Queue instance has no attribute 'task_done'
caught Exception...
Queue instance has no attribute 'join'
-Satya
Original comment by satyaa...@gmail.com
on 29 Aug 2011 at 8:12
Original issue reported on code.google.com by
nileshba...@gmail.com
on 13 Nov 2010 at 5:52