I've tried installing pyglet with pip, but it got confused by the
documentation package on the download page:
$ pip --version
pip 1.1 from /home/petr/dev/virtualenvs/tmp/lib/python2.7/site-packages
(python 2.7)
$ pip install -U pyglet
Downloading/unpacking pyglet from
http://pyglet.googlecode.com/files/pyglet-1.1.4-docs.zip
Downloading pyglet-1.1.4-docs.zip (2.8Mb): 2.8Mb downloaded
Running setup.py egg_info for package pyglet
error: package directory 'pyglet' does not exist
Would it be possible to rename the "pyglet-1.1.4-docs.zip" link to
something that doesn't resemble a real package?