Bug#869936: reportbug: ImportError: No module named 'requests.packages.urllib3'

2017-12-10 Thread Luca Rodehutskors
Dear Maintainer, so, we got the error figured out on our side. Some other package installed an outdated 'six.pyc' to '/usr/bin/'. Reportbug found that file and tried to use it with the aforementioned output. Obviously there is something wrong with that outdated file. When deleting the file,

Bug#869936: reportbug: ImportError: No module named 'requests.packages.urllib3'

2017-11-27 Thread Luca Rodehutskors
Package: reportbug Version: 7.1.7 Followup-For: Bug #869936 Dear Maintainer, we are also affected by this bug. It appears on some stretch machines, whereas other stretch hosts are unaffected. The versions of 'python3-reportbug', 'python3-requests' and 'python3-urllib3' are identical across all

Bug#869936: reportbug: ImportError: No module named 'requests.packages.urllib3'

2017-08-05 Thread John David Anglin
Package: reportbug Version: 7.1.7 Followup-For: Bug #869936 Dear Maintainer, Fixed by reinstalling python3-six; apt-get --reinstall install python3-six Regards, Dave Anglin -- Package-specific info: ** Environment settings: INTERFACE="text" ** /home/dave/.reportbugrc: reportbug_version "5.0"

Bug#869936: reportbug: ImportError: No module named 'requests.packages.urllib3'

2017-08-05 Thread John David Anglin
Package: reportbug Version: 7.1.7 Followup-For: Bug #869936 Dear Maintainer, With new requests and urllib packages, the import error has changed: mx3210:/home/dave/gnu/glibc# reportbug Traceback (most recent call last): File "/usr/bin/reportbug", line 43, in from reportbug import utils

Bug#869936: reportbug: ImportError: No module named 'requests.packages.urllib3'

2017-07-27 Thread John David Anglin
Package: reportbug Version: 7.1.7 Severity: normal Dear Maintainer, On a different system, reportbug fails as follows: dave@mx3210:~$ reportbug Traceback (most recent call last): File "/usr/bin/reportbug", line 43, in from reportbug import utils File