What steps will reproduce the problem?
1. Download docbook2epub-1.0.3.zip
2. Unzip to a temporary directory
3. Run the command: python ez_setup.py as directed in the README file.
What is the expected output? What do you see instead?
I expected the script to download and install the setuptools add on for Python.
Instead, I get the following output:
C:\nfjsMag\docbook-testing\docbook2epub>python ez_setup.py 2.6
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 "C:\Python27\lib\urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 397, in open
response = meth(req, response)
File "C:\Python27\lib\urllib2.py", line 510, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python27\lib\urllib2.py", line 435, in error
return self._call_chain(*args)
File "C:\Python27\lib\urllib2.py", line 369, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 518, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
What version of the product are you using? On what operating system?
docbook2epub version 1.0.3 on Windows XP.
Please provide any additional information below.
I tried no command line parameters as well as specifying the version of Python
for which to install setuptools. I get the same error regardless.
Original issue reported on code.google.com by nick.a.w...@gmail.com on 7 Jul 2010 at 1:04
Original issue reported on code.google.com by
nick.a.w...@gmail.com
on 7 Jul 2010 at 1:04