Sorry I’m a beginner in MAC and glfw.
I just install pyGlfw using:
$ pip install pyglfw
Just doing import glfw, I obtain the error
Traceback (most recent call last):
File “<pyshell#14>”, line 1, in
import glfw
File “/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/glfw.py”, line 149, in
raise ImportError(“Failed to load GLFW3 shared library.”)
ImportError: Failed to load GLFW3 shared library.
Thank you for your help,
Giovanni