Hi Folks, I have a win32 application written in C that does some background processing (process1). Users can have some limited interaction with the C application via a python Gui running in a separate process (process2). What is the easiest way for the C application and the python Gui to communicate?
I would like to be able to pass messages and data between these two processes. Thanks in advance for you help. regards, -anir _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32