[Bug 1153194] New: python2-urllib3 import error for "ssl_match_hostname"
http://bugzilla.suse.com/show_bug.cgi?id=1153194 Bug ID: 1153194 Summary: python2-urllib3 import error for "ssl_match_hostname" Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: bnc-team-screening@forge.provo.novell.com Reporter: martin.wilck@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Python 2.7.16 (default, Mar 04 2019, 07:13:50) [GCC] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import urllib3 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/urllib3/__init__.py", line 7, in <module> from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url File "/usr/lib/python2.7/site-packages/urllib3/connectionpool.py", line 11, in <module> from .exceptions import ( File "/usr/lib/python2.7/site-packages/urllib3/exceptions.py", line 2, in <module> from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead File "/usr/lib/python2.7/site-packages/urllib3/packages/__init__.py", line 3, in <module> from . import ssl_match_hostname ImportError: cannot import name ssl_match_hostname
-- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1153194 http://bugzilla.suse.com/show_bug.cgi?id=1153194#c1 --- Comment #1 from Martin Wilck <martin.wilck@suse.com> --- Installed packages: python-base-2.7.16-4.1.x86_64 python2-urllib3-1.25.5-1.1.noarch -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1153194 Alynx Zhou <alynx.zhou@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alynx.zhou@suse.com Assignee|bnc-team-screening@forge.pr |dmueller@suse.com |ovo.novell.com | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1153194 http://bugzilla.suse.com/show_bug.cgi?id=1153194#c2 Dirk Mueller <dmueller@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #2 from Dirk Mueller <dmueller@suse.com> --- it seems this works now: $ rpm -q python-base python2-urllib3 python-base-2.7.17-7.1.x86_64 python2-urllib3-1.25.8-1.2.noarch sorry for the late response. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com