Ah, it’s conceivable that PyOpenGL was omitted: it isn’t normally needed because pyglet contains its own opengl lib but it looks like the contributor of this (it wasn’t written by me) has used PyOpenGL for it.
Your options:
- you work out how to convert the code in windowwarp.py to use pyglet instead. You’ll need to find all occurrences of
ADT.and replace them with some equivalent function. (And let us know how you get on
) - you install pyopengl into your own copy of python and then copy it over to your psychopy installation
- you wait for the next release (where I’ll check why the win installer doesn’t have pyopengl installed)