[python-win32] MSHTML wrapper class and example using IWebBrowser2

2009-08-02 Thread lkcl
hi there, from about a dozen different sources i've managed to put together something similar to the old ctypes atl.py example. the purpose of the exercise is to create a port of pyjamas-desktop to MSHTML, and to do that, i need a GDK window in which an IWebBrowser2 COM object is the only

Re: [python-win32] Dict, List and Com Object...oh my!

2009-08-02 Thread Person, Roderick
Not really a pywin32 related by I will bite :) For every iteration of the while loop you have to create a new dictionary, fill it up with data and append to the list. I posted here because this has never happened to me before, only with the COM object thrown in does it do this. So I assumed it