Date: Mon, 09 Jul 2018 12:20:37 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 229640] Can't import ssl in Python 3.7 on FreeBSD 10.4 Message-ID: <bug-229640-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229640 Bug ID: 229640 Summary: Can't import ssl in Python 3.7 on FreeBSD 10.4 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: gblach@FreeBSD.org I can't import ssl in Python 3.7 on FreeBSD 10.4. # python3.7 Python 3.7.0 (default, Jul 9 2018, 14:13:47)=20 [Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)] on freebsd10 Type "help", "copyright", "credits" or "license" for more information. >>> import ssl Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.7/ssl.py", line 98, in <module> import _ssl # if we can't import it, let the error propagate ModuleNotFoundError: No module named '_ssl' Python 3.6 on FreeBSD 10.4 and Python 3.7 on FreeBSD 11.2 works correctly. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229640-7788>