I have just posted following message to the wxPython-users list, 
but perhaps this list would be quicker with the answer :):

Hi everyone,

I found a lot of info on how to embed an ActiveX control
in a wxPython app, but nothing about going the opposite way.

The problem:

We use toolkits (Agilent VEE and LabView, should you be
interested) that can construct (relatively simple) GUIs.
Both tools allow placing ActiveX controls on such GUIs.

We have successed in embedding Python (as a DLL) in apps
created using these toolkits and also in getting wxPython
to run in this embedded environment.

Any frames created in wxPython are completely seperate
from the toolkit-gui, though.

The question that comes to mind, therefore, is whether there
is any way to wrap the wxPython Frame as an ActiveX control
(possibly using pywin32), such that it can be placed on the GUI.

Note that we do NOT need such ActiveX-wrapped wxPython frame to
interact with the VEE/LabView application (it's application is
written in Python, of course) - we simply want to be able to
place the frame inside a 'foreign' GUI's frame.

Any help would be much appreciated.

Fritz Bosch 

Machen Sie aus 14 Cent spielend bis zu 100 Euro!
Die neue Gaming-Area von Arcor - über 50 Onlinespiele im Angebot.
http://www.arcor.de/rd/emf-gaming-1
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to