constprt / epub-tools

Automatically exported from code.google.com/p/epub-tools
0 stars 0 forks source link

Cannot run ez_setup.py #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Type python ez_setup.py from command prompt

What is the expected output? What do you see instead?
Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c9-py
2.7.egg
Traceback (most recent call last):
  File "ez_setup.py", line 270, in <module>
    main(sys.argv[1:])
  File "ez_setup.py", line 202, in main
    egg = download_setuptools(version, delay=0)
  File "ez_setup.py", line 150, in download_setuptools
    src = urllib2.urlopen(url)
  File "D:\Program Files (x86)\Python\lib\urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "D:\Program Files (x86)\Python\lib\urllib2.py", line 397, in open
    response = meth(req, response)
  File "D:\Program Files (x86)\Python\lib\urllib2.py", line 510, in http_respons
e
    'http', request, response, code, msg, hdrs)
  File "D:\Program Files (x86)\Python\lib\urllib2.py", line 435, in error
    return self._call_chain(*args)
  File "D:\Program Files (x86)\Python\lib\urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "D:\Program Files (x86)\Python\lib\urllib2.py", line 518, in http_error_d
efault
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found

What version of the product are you using? On what operating system?
Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by valery.p...@gmail.com on 17 Aug 2010 at 11:03

GoogleCodeExporter commented 8 years ago
ez_setup.py and setuptools are a separate project and are just used as a 
utility in this application.

Original comment by liza31337@gmail.com on 14 Dec 2010 at 10:33