scp-chunk
scp-chunk copied to clipboard
startup error for recent debian
trafficstars
I am testing this app and looks like I need to update line 13 to get this working on python3 /debian 10:
from multiprocessing import Queue
Looks like I got another error: AttributeError: 'Queue' object has no attribute 'join'
Can you list exactly what modules are needed (with module names and versions) to get this working?
line 433 changed to: q = Queue.Queue()