Not working for me

This module seems like it should do exactly what I am looking for, but when I run it, I get the following error messages:


Traceback (most recent call last):
File "D:\bc\python\gdalext\src\get_elev.py", line 64, in
response = urllib2.urlopen(req)
File "D:\Python25\Lib\urllib2.py", line 121, in urlopen
return _opener.open(url, data)
File "D:\Python25\Lib\urllib2.py", line 380, in open
response = meth(req, response)
File "D:\Python25\Lib\urllib2.py", line 491, in http_response
'http', request, response, code, msg, hdrs)
File "D:\Python25\Lib\urllib2.py", line 412, in error
result = self._call_chain(*args)
File "D:\Python25\Lib\urllib2.py", line 353, in _call_chain
result = func(*args)
File "D:\Python25\Lib\urllib2.py", line 575, in http_error_302
return self.parent.open(new)
File "D:\Python25\Lib\urllib2.py", line 380, in open
response = meth(req, response)
File "D:\Python25\Lib\urllib2.py", line 491, in http_response
'http', request, response, code, msg, hdrs)
File "D:\Python25\Lib\urllib2.py", line 418, in error
return self._call_chain(*args)
File "D:\Python25\Lib\urllib2.py", line 353, in _call_chain
result = func(*args)
File "D:\Python25\Lib\urllib2.py", line 499, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error

Do I need to configure my Python 2.5 installation to make this request?

I am running Windows XP, if that makes a difference.

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <div> <img> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.