warning, signed string, & win32all

Michel Claveau/Hamster No.Spam.mc at No.Spam.mclaveau.No.Spam.com
Wed Feb 11 07:47:09 EST 2004


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
--
Michel Claveau








More information about the Python-list mailing list