> P.S.: Gabriel, yes, I have put Sleep(1) now, even
> though it
> worked without the parenthesis too, even thought it
> shouldn't,
> right?

Well, it "worked" in the sense that it gave no errors
because time.sleep is a valid Python expression, but
it has not the desired effect.
It's a common pitfall, specially if you come from VB,
that's why I menction it here.
Like, in C: if (a=b) {...} which "works" but usually
is not the intended behavior.



Gabriel Genellina
Softlab SRL

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to