In Python 3, the Queue module has been renamed to lowercase queue, and the Queue class is part of this module. How we do this without causing much problems. I imported queue then in run_command(argv, quiet=False) function I changed to this q = queue.Queue(). Now am getting a lot of attribute errors.
In Python 3, the Queue module has been renamed to lowercase queue, and the Queue class is part of this module. How we do this without causing much problems. I imported queue then in run_command(argv, quiet=False) function I changed to this q = queue.Queue(). Now am getting a lot of attribute errors.