Your message dated Sun, 10 Dec 2017 08:47:03 -0500 with message-id <cab4xwxy4o2ltw-bk9r1-aqf3t2ssgi9x1jsvetskeilbyvg...@mail.gmail.com> and subject line Re: [Reportbug-maint] Bug#869936: reportbug: ImportError: No module named 'requests.packages.urllib3' has caused the Debian Bug report #869936, regarding reportbug: ImportError: No module named 'requests.packages.urllib3' to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 869936: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869936 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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 <module> from reportbug import utils File "/usr/lib/python3/dist-packages/reportbug/utils.py", line 43, in <module> from .urlutils import open_url File "/usr/lib/python3/dist-packages/reportbug/urlutils.py", line 34, in <module> import requests File "/usr/lib/python3/dist-packages/requests/__init__.py", line 60, in <module> from .packages.urllib3.exceptions import DependencyWarning ImportError: No module named 'requests.packages.urllib3' Have tried reinstalling reportbug, python3-urllib3 and python3-requests but that didn't reolve the issue. For some reason, the urllib3 module isn't found. Regards, Dave Anglin -- Package-specific info: ** Environment settings: INTERFACE="text" ** /home/dave/.reportbugrc: reportbug_version "5.0" mode standard ui text realname "John David Anglin" email "[email protected]" -- System Information: Debian Release: buster/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'buildd-unstable'), (500, 'unstable') Architecture: hppa (parisc64) Kernel: Linux 4.11.0-2-parisc64-smp (SMP w/1 CPU core) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), LANGUAGE=en_CA:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages reportbug depends on: ii apt 1.5~beta1 ii python3 3.5.3-3 ii python3-reportbug 7.1.7 reportbug recommends no packages. Versions of packages reportbug suggests: pn claws-mail <none> pn debconf-utils <none> pn debsums <none> pn dlocate <none> pn emacs24-bin-common | emacs25-bin-common <none> ii file 1:5.30-1 ii gir1.2-gtk-3.0 3.22.17-1 pn gir1.2-vte-2.91 <none> ii gnupg 2.1.18-8 ii postfix [mail-transport-agent] 3.2.2-1 ii python3-gi 3.22.0-2+b1 pn python3-gi-cairo <none> pn python3-gtkspellcheck <none> pn python3-urwid <none> ii xdg-utils 1.1.1-1 Versions of packages python3-reportbug depends on: ii apt 1.5~beta1 ii file 1:5.30-1 ii python3 3.5.3-3 ii python3-debian 0.1.30 ii python3-debianbts 2.6.1 ii python3-requests 2.12.4-1 python3-reportbug suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---> 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, > reportbug compiles its own 'six.pyc' from the package 'python3-six' and > everything works out well. this is just how python modules import system works. thanks for giving this a closer look. Closing as this is clearly a local-user issue -- Sandro "morph" Tosi My website: http://sandrotosi.me/ Me at Debian: http://wiki.debian.org/SandroTosi G+: https://plus.google.com/u/0/+SandroTosi
--- End Message ---
_______________________________________________ Reportbug-maint mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint
