Re: win32com.client.Dispatch - understanding error messages

2006-07-18 Thread mirandacascade
Duncan Booth wrote: > Are you really sure that the browser isn't making guesses about what you > meant and correcting the error for you? Does what remains in the address > bar when the page is retrieved really match *exactly* what you copied and > pasted? Thank you for that pointer. The answer i

Re: win32com.client.Dispatch - understanding error messages

2006-07-18 Thread Duncan Booth
[EMAIL PROTECTED] wrote: > Duncan Booth wrote: >> wrote: >> >> Does using an absolute URL for the url parameter help any? You've >> specified a relative URL (i.e. the folder 12.5.81.49 under the >> current location). > > I don't know the answer to that question. I know that when I'm on the > sa

Re: win32com.client.Dispatch - understanding error messages

2006-07-18 Thread mirandacascade
Duncan Booth wrote: > wrote: > > Does using an absolute URL for the url parameter help any? You've specified > a relative URL (i.e. the folder 12.5.81.49 under the current location). I don't know the answer to that question. I know that when I'm on the same workstation and I copy/paste the string

Re: win32com.client.Dispatch - understanding error messages

2006-07-18 Thread Duncan Booth
wrote: False > False blah = win32com.client.Dispatch('MSXML2.XMLHTTP') blah.open("POST", "12.5.81.49/crg_cbsil_vtest_52/crg.aspx", False) Does using an absolute URL for the url parameter help any? You've specified a relative URL (i.e. the folder 12.5.81.49 under the current locat

win32com.client.Dispatch - understanding error messages

2006-07-17 Thread mirandacascade
O/S : Win2K vsn of Python: 2.4 Hoping to find information that provide information about error messages being encountered. Pythonwin session: >>> import win32com.client >>> blah = win32com.client.Dispatch('MSXML2.XMLHTTP') >>> blah.open("POST", "12.5.81.49/crg_cbsil_vtest_52/crg.aspx", 0) Traceb