Archives Oct. 11, 2008
Where did *that* dependency come from?
Written by
on
in
Snaking.
Working on PyOpenGL today. Few little fixes, a few wrapper operations to make things more Pythonic. Nothing huge. At some point, though, I discovered that pkg_resources was complaining that it couldn't find the PyOpenGL distribution (I eliminated pkg_resources from PyOpenGL, but OpenGLContext is, for now, using it). Okay, so run setuptools and register PyOpenGL...
But ...