[Tutor] How to open IE7 to a certain URL?

Kent Johnson kent37 at tds.net
Fri Feb 29 14:14:30 CET 2008


Dick Moores wrote:

> #!/usr/bin/env python
> #coding=utf-8
> import time
> b = '20:00:00'
> while True:
>      a = time.strftime('%H:%M:%S')
>      time.sleep(0.5)
>      if a == b:

You might want to learn how to use your OS's scheduler to do this part. 
I don't know what it is on Windows though.

Kent


More information about the Tutor mailing list