Re: [python-win32] Implementing a python com server that is used by a python client

2010-03-02 Thread Ulrich Mierendorff
Ulrich Mierendorff wrote: [...] And debug output from the server (I don't know why those "None" messages appear, but it works...) I figured it out: I was printing the return value of self._BroadcastNotify which is None -Ulrich ___ python-win32 mail

Re: [python-win32] Implementing a python com server that is used by a python client

2010-03-01 Thread Mark Hammond
On 2/03/2010 9:10 AM, Ulrich Mierendorff wrote: Hi, I have implemented a simple com server called "TestServer" using the following mail as an example http://markmail.org/message/vheujc2lijgwhhju#query:+page:1+mid:4lgd7lzzokglsckc+state:results (but without multi-threading support) Now I want t