scp-chunk icon indicating copy to clipboard operation
scp-chunk copied to clipboard

startup error for recent debian

Open sezeryalcin opened this issue 3 years ago • 2 comments
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

sezeryalcin avatar May 14 '22 15:05 sezeryalcin

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?

sezeryalcin avatar May 14 '22 15:05 sezeryalcin

line 433 changed to: q = Queue.Queue()

sezeryalcin avatar May 14 '22 15:05 sezeryalcin