more details

Ian McMeans imcmeans at home.com
Tue Jul 2 17:58:49 EDT 2002


I'm running apache 2.0, and python 2.2. Here's the URLError that's thrown:

global URLError = <class urllib2.URLError at 0x006DF198>, err =
<socket.gaierror instance at 0x00721BD8>

URLError:
      __doc__ = None
      __getitem__ = <bound method URLError.__getitem__ of <urllib2.URLError
instance at 0x00721C38>>
      __init__ = <bound method URLError.__init__ of <urllib2.URLError
instance at 0x00721C38>>
      __module__ = 'urllib2'
      __str__ = <bound method URLError.__str__ of <urllib2.URLError instance
at 0x00721C38>>
      reason = <socket.gaierror instance at 0x00721BD8>

Can someone with apache try the script I wrote and tell me if it works?
How can I get more details on the error?





More information about the Python-list mailing list