[Bug 229640] Can't import ssl in Python 3.7 on FreeBSD 10.4

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 9 12:20:39 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229640

            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 at FreeBSD.org
          Reporter: gblach at 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) 
[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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list