WxPython question re: embedded activex internet explorer and excel

2006-03-01 Thread jojoba
Hi I currently am using an activex wrapper in wxpython to embed Internet Explorer in a wxPanel: IEmodule=win32com.client.gencache.EnsureModule('{EAB22AC0-30C1-11CF-A7EB-C05BAE0B}', 0,1,1) InternetExplorerActiveXClass = MakeActiveXClass(IEmodule.WebBrowser, eventObj = self) self.WebBrowser

Re: WxPython question re: embedded activex internet explorer and excel

2006-03-01 Thread David Pratt
Hi jojoba. I work with wxPython too but cannot answer this question. There is an active and friendly community of wxPython users on [EMAIL PROTECTED] Robin Dunn, the lead person behind wxPython and others provide excellent advice and support on this list. Regards, David jojoba wrote: Hi I