[python-win32] Re: [Demotv-devel] COM and ActiveX controls

2005-04-19 Thread Kevin Marks
Have you thought of doing this the other way round? Use a browser for the UI and a python backend that serves pages using async javascript & XML (AJAX). What you describe is highly windows-centric. On Apr 19, 2005, at 12:43 PM, Geoff Schmidt wrote: Greetings -- I'm trying to embed a web browser i

[python-win32] COM and ActiveX controls

2005-04-19 Thread Geoff Schmidt
Greetings -- I'm trying to embed a web browser inside a Python application. So far, the most straightforward avenue seems to be to use Mozilla or IE as an ActiveX control -- they have identical interfaces. It seems like this should go as follows: 1) Find the HWND of the window in which the cont

[python-win32] Python and LabView over COM?

2005-04-19 Thread Frank Guenther
Hi All, I try to access LabView by Python-win32com but LabView crashes on some COM-method calls. The same calls work in VB. Are there some known problem with the LabView COM implementation? Ciao, Frank ___ Python-win32 mailing list Python-win32@pytho