Phyton 2.7.3 error
Closed this issue · 1 comments
sonoro1234 commented
Downloading glcorearb.h to include/GL...
Traceback (most recent call last):
File "C:\luaGL\gl3w-master\gl3w_gen.py", line 84, in
context = ssl._create_unverified_context()
AttributeError: 'module' object has no attribute '_create_unverified_context'
skaslev commented
Thanks for the report. It seems that _create_unverified_context
appeared first in Python 2.7.9.
Until a fix has landed you can use a newer Python version as a workaround.