On Tue, 2009-04-07 at 08:44 +1000, r-w wrote:
> If no internet connection:
> if have files:
> run anyway, with warning
> else:
> ERROR
> else:
> if error getting hash/files:
> if have files:
> run anyway, with warning
> else:
>
On Mon, Apr 6, 2009 at 3:44 PM, r-w wrote:
> If no internet connection:
Try loading http://example.com using urllib
(http://docs.python.org/library/urllib.html).
If an exception gets raised, you're not connected (properly).
Cheers,
Chris
--
I have a blog:
http://blog.rebertia.com
--
http://mai