Question RE urllib

John Gordon gordon at panix.com
Mon Dec 16 15:58:01 EST 2013


In <mailman.4234.1387223734.18130.python-list at python.org> Jeff James <jeff at jeffljames.com> writes:

> --f46d04479f936227ee04edac31bd
> Content-Type: text/plain; charset=ISO-8859-1

> Sorry to be a pain here, guys, as I'm also a newbie at this as well.

> Where, exactly in the script would I place the " print str(e)  " ?

    except Exception, e:
        print site + " is down"
        print str(e)

-- 
John Gordon         Imagine what it must be like for a real medical doctor to
gordon at panix.com    watch 'House', or a real serial killer to watch 'Dexter'.




More information about the Python-list mailing list