FIXED: macOS - python issue with http.client/ssl

This works in Windows, but not in macOS.

[code]>>> import http.client

http.client.HTTPSConnection(‘google.com’)
Traceback (most recent call last):
File “”, line 1, in
AttributeError: module ‘http.client’ has no attribute ‘HTTPSConnection’[/code]

The http and ssl python modules are both present in /Applications/TouchDesigner099.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5. Is there another requirement to make ssl work? Have seen the same error on two different systems now.

My other thought was openssl, but that is installed also:

OpenSSL 0.9.8zh 14 Jan 2016

It looks like we neglected to include ssl when we compiled our Python libraries for macOS. This will be fixed in build 2017.11300 or later. Sorry about our oversight.