[python-win32] IPC between Python and a win32 process

2006-07-23 Thread Aniruddha Apte
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 communica

[python-win32] How to return dict from Python COM

2006-07-23 Thread hari haran
Hi, How can I create a COM compatible dictionary. So The python code has to be modified to return a Com compatible dict. Is that right Should I use Scripting.Dictionary in Python code. Ay pointers on Creating a COM compatible dictionary will be of help. Thanks -Hari The Python dict object is