M
Michel Claveau/Hamster
Hi !
* sorry for my bad english *
With this script :
import string, time, win32com.client
msg = win32com.client.Dispatch('InternetExplorer.Application')
msg.Navigate("about:blank")
while msg.Busy==True:
time.sleep(0.2)
msg.Visible = 2
msg.Document.Body.InnerHTML = "AZERTY"
time.sleep(2)
msg.quit()
I's run, but for the line : msg.Document.Body.InnerHTML = "AZERTY"
I have this message:
C:\PYTHON23\lib\site-packages\win32com\client\dynamic.py:517:
FutureWarning:%u/
%o/%x/%X of negative int will return a signed string in Python 2.4 and up
debug_attr_print("__setattr__ property %s (id=0x%x) in Dispatch container
%s" % (attr, entry.dispid, self._username_))
i dont understand :
- "signed string",
- risk with Python_2.4
I hope that M. Hammond is not cardiac, because I think that its superb
assistance still will be essential in the near future.
Thanks !
@-salutations
* sorry for my bad english *
With this script :
import string, time, win32com.client
msg = win32com.client.Dispatch('InternetExplorer.Application')
msg.Navigate("about:blank")
while msg.Busy==True:
time.sleep(0.2)
msg.Visible = 2
msg.Document.Body.InnerHTML = "AZERTY"
time.sleep(2)
msg.quit()
I's run, but for the line : msg.Document.Body.InnerHTML = "AZERTY"
I have this message:
C:\PYTHON23\lib\site-packages\win32com\client\dynamic.py:517:
FutureWarning:%u/
%o/%x/%X of negative int will return a signed string in Python 2.4 and up
debug_attr_print("__setattr__ property %s (id=0x%x) in Dispatch container
%s" % (attr, entry.dispid, self._username_))
i dont understand :
- "signed string",
- risk with Python_2.4
I hope that M. Hammond is not cardiac, because I think that its superb
assistance still will be essential in the near future.
Thanks !
@-salutations