Re: Best practice way to detect internet connectivity under Python 2.6/Windows

2010-03-08 Thread Tim Golden
On 08/03/2010 02:41, pyt...@bdurham.com wrote: Is the best pratice way to detect internet connectivity under Windows (using Python 2.6) simply to attempt to access a known internet website using urllib or urlib2 wrapped in a try/except construct? Well, in theory you could use the Internet API:

Best practice way to detect internet connectivity under Python 2.6/Windows

2010-03-07 Thread python
Is the best pratice way to detect internet connectivity under Windows (using Python 2.6) simply to attempt to access a known internet website using urllib or urlib2 wrapped in a try/except construct? Thank you, Malcolm -- http://mail.python.org/mailman/listinfo/python-list