I can't ccut and paste from a dos box. Fortunately I just discovered
that I can redirect stderr using '2>' !!

Traceback (most recent call last):
  File "setup.py", line 2, in <module>
    ez_setup.use_setuptools()
  File "C:\Django-0.95\ez_setup.py", line 72, in use_setuptools
    egg = download_setuptools(version, download_base, to_dir,
download_delay)
  File "C:\Django-0.95\ez_setup.py", line 126, in download_setuptools
    src = urllib2.urlopen(url)
  File "C:\Python25\lib\urllib2.py", line 121, in urlopen
    return _opener.open(url, data)
  File "C:\Python25\lib\urllib2.py", line 380, in open
    response = meth(req, response)
  File "C:\Python25\lib\urllib2.py", line 491, in http_response
    'http', request, response, code, msg, hdrs)
  File "C:\Python25\lib\urllib2.py", line 418, in error
    return self._call_chain(*args)
  File "C:\Python25\lib\urllib2.py", line 353, in _call_chain
    result = func(*args)
  File "C:\Python25\lib\urllib2.py", line 499, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found

Karl


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to