Re: problem with from win32com.client import Dispatch

2005-11-17 Thread muttu2244
thank you so very much robert, now its working after i put the sleep command. -- http://mail.python.org/mailman/listinfo/python-list

Re: problem with from win32com.client import Dispatch

2005-11-14 Thread [EMAIL PROTECTED]
Hello, If you want some goood examples of reading Web pages and automating this process I have a class that wraps all these functions. http://pamie.sourceforge.net But for your problem: You are trying to read the page before it is completely loaded either add a wait function or a simple sleep (