> I am trying to build an application where the GUI is implemented as a
> VB6 exe and most of the core functionality is implemented as a python
> COM server that is called by the GUI.
>
> The python COM server has multiple threads running in it and sends
> events once in a while to the VB6 GUI.
>
>
Hello,
I am trying to build an application where the GUI is implemented as a
VB6 exe and most of the core functionality is implemented as a python
COM server that is called by the GUI.
The python COM server has multiple threads running in it and sends
events once in a while to the VB6 GUI.
Th
Bhanuprakash wrote:
> I have written a class in python. I would like to run one exe from
> that class. That exe returns something which I would like to redirect
> to text file. Also I don't want to display a command prompt.
>
If you are running Python 2.4, you can use the 'subprocess' module (se