Installation von pyglfw unter OS X

Ich möchte Glow für Python installieren, also bin ich gelaufen

    pip3 install glfw

Aber wenn ich versuche, glfw in Code zu importieren, erhalte ich eine Fehlermeldung wie diese

    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/glfw.py", line 149, in <module>
    raise ImportError("Failed to load GLFW3 shared library.")
    ImportError: Failed to load GLFW3 shared library.

Was mache ich falsch

Antworten auf die Frage(4)

Ihre Antwort auf die Frage