Re: PythonWin, python thread and PostQuitMessage?

2009-03-14 Thread aloonstra
On 13 mrt, 23:30, "Gabriel Genellina" wrote: > En Fri, 13 Mar 2009 17:59:34 -0200, escribió: > > > > > On 12 mrt, 18:43, "Gabriel Genellina" wrote: > >> En Thu, 12 Mar 2009 07:21:35 -0200, escribió: > > >> > I'm not so much involved in any Windows programming however I needed > >> > to write a

Re: PythonWin, python thread and PostQuitMessage?

2009-03-13 Thread Gabriel Genellina
En Fri, 13 Mar 2009 17:59:34 -0200, escribió: On 12 mrt, 18:43, "Gabriel Genellina" wrote: En Thu, 12 Mar 2009 07:21:35 -0200, escribió: > I'm not so much involved in any Windows programming however I needed > to write a client for the Windows platform. I have this very simple > question whi

Re: PythonWin, python thread and PostQuitMessage?

2009-03-13 Thread aloonstra
On 12 mrt, 18:43, "Gabriel Genellina" wrote: > En Thu, 12 Mar 2009 07:21:35 -0200, escribió: > > > I'm not so much involved in any Windows programming however I needed > > to write a client for the Windows platform. I have this very simple > > question which I've been unable to answer. I'm listen

Re: PythonWin, python thread and PostQuitMessage?

2009-03-12 Thread Gabriel Genellina
En Thu, 12 Mar 2009 07:21:35 -0200, escribió: I'm not so much involved in any Windows programming however I needed to write a client for the Windows platform. I have this very simple question which I've been unable to answer. I'm listening for keyboard strokes using the pyhook library. I'm doin

PythonWin, python thread and PostQuitMessage?

2009-03-12 Thread arnaud
Hi All, I'm not so much involved in any Windows programming however I needed to write a client for the Windows platform. I have this very simple question which I've been unable to answer. I'm listening for keyboard strokes using the pyhook library. I'm doing this in a dedicated thread. The gui jus