I have just started working with pyglet trying to make a simple game as a hobby. However, I have run into an issue. I am working with this demo:
https://github.com/pyglet/pyglet/blob/pyglet-1.5-maintenance/examples/window/camera.py
and I am getting the error:
AttributeError: module 'pyglet.gl' has no attribute 'glTranslatef'.
I was wondering if anyone might have some ideas as why this might happen. I have installed pyglet using pip install pyglet and I am running on a MacBook if that matters.
Thank you