warning, signed string, & win32all

  • Thread starter Michel Claveau/Hamster
  • Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top