Re: [python-win32] COM server with events and multiple threads

2005-05-17 Thread Mark Hammond
> 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. > >

[python-win32] COM server with events and multiple threads

2005-05-17 Thread David Janssens
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

Re: [python-win32] Actually my question is:

2005-05-17 Thread Xavier Martinez
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