Re: problem with from win32com.client import Dispatch
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
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 (