Re: reg - timer........

2008-02-26 Thread Gabriel Genellina
En Fri, 22 Feb 2008 04:11:56 -0200, Manikandan R <[EMAIL PROTECTED]> escribió: > url = 'http:\\username:[EMAIL PROTECTED]' > urllib.urlopen(url) > >It opens fine when its correct web page else it hangs there > So I > have planned to start a timer when i launch the

reg - timer........

2008-02-21 Thread Manikandan R
Hai.. I have planned to access the web page via python coding, for that I use url = 'http:\\username:[EMAIL PROTECTED]' urllib.urlopen(url) It opens fine when its correct web page else it hangs there So I have planned to start a timer when i launch the web pa