google-code-export / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

pyglet-1.1.4-docs.zip 404 Not Found #643

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.when pip install pyglet, will get a 
"http://pyglet.googlecode.com/files/pyglet-1.1.4-docs.zip 404. That’s an 
error.

The requested URL /files/pyglet-1.1.4-docs.zip was not found on this server. "
2.
3.

Paste in the traceback or error message:

pyglet 1.1 with Python 2.5: Paste in the output of `python -m pyglet.info`
Other: Paste in the output of tools/gl_info.py (included in source distro):

Any additional info (platform/language/hardware) that may be relevant?

Original issue reported on code.google.com by vest.apr...@gmail.com on 8 Apr 2013 at 10:43

GoogleCodeExporter commented 9 years ago
Seems to be OK now. Be sure you upgrade pip.

$ pip --version
pip 1.3.1 from .../lib/python2.7/site-packages/pip-1.3.1-py2.7.egg (python 2.7)
$ pip install pyglet
Downloading/unpacking pyglet
  Downloading pyglet-1.1.4.tar.gz (2.9MB): 2.9MB downloaded
  Running setup.py egg_info for package pyglet

Installing collected packages: pyglet
  Running setup.py install for pyglet

Successfully installed pyglet
Cleaning up...

Original comment by useboxnet on 21 Jul 2013 at 1:26