skaslev / gl3w

Simple OpenGL core profile loading
http://github.com/skaslev/gl3w
The Unlicense
705 stars 157 forks source link

Phyton 2.7.3 error #41

Closed sonoro1234 closed 7 years ago

sonoro1234 commented 7 years ago

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 7 years ago

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.