> I've been searching for this all weekend and can't find > what I consider a straight answer. I have an existing Tkinter > app which automates IE but I'd really like to embed IE in a > Tkinter frame but don't want to have to completely re-write the > app. I see it appears fairly easy to activate an ActiveX control > using wxPython or Pythonwin. Is it impossible to somehow wrap a > Pythonwin PyCWnd into a Tkinter frame so that I can utilize > win32ui.CreateControl to initiate an IE control in my app?
To the best of my knowledge, that has never been done. Pythonwin and Tkinter struggle to coexist in the same process, let alone the same window :( Mark _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32