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
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
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