Re: [python-win32] pythoncom warning: PyVARDESC

2008-06-16 Thread Michel Claveau
Hi! Sorry for late... An example: Create the file C:\tst3.htm, with this content: var ooo = new Object(); ooo.txt='Mark Hammond is a genious'; AAA BBB then use this Python script: import win32com.client import time navig = win32com.client.Dis

Re: [python-win32] pythoncom warning: PyVARDESC

2008-06-04 Thread Mark Hammond
Tim: > > It appears we are hitting a VARKIND of VAR_DISPATCH. Does it happen > > for you on any typelibs I'm likely to have installed? Any idea what > > in your typelibs could cause this, so I can repro it in the test suite? > MAPI.Session definitely does this Sadly I don't have that installed

Re: [python-win32] pythoncom warning: PyVARDESC

2008-06-03 Thread Tim Golden
Mark Hammond wrote: Since release 211, I have dozens & dozens messages, like this: pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning None pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning None pythoncom warning: PyVARDESC ctor has unknown varkind (3) - ret

Re: [python-win32] pythoncom warning: PyVARDESC

2008-06-02 Thread Mark Hammond
> Since release 211, I have dozens & dozens messages, like this: > > pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning > None > pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning > None > pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning >

[python-win32] pythoncom warning: PyVARDESC

2008-06-02 Thread Michel Claveau
Hi! Since release 211, I have dozens & dozens messages, like this: pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning None pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning None pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning None pyth