Keyboard Events

Mike Driscoll kyosohma at gmail.com
Mon May 26 20:36:49 EDT 2008


On May 26, 5:38 pm, Ivan Illarionov <ivan.illario... at gmail.com> wrote:
> On Mon, 26 May 2008 15:26:50 -0700, Gandalf wrote:
> > On May 27, 12:18 am, Gandalf <goldn... at gmail.com> wrote:
> >> On May 27, 12:00 am, Ivan Illarionov <ivan.illario... at gmail.com> wrote:
>
> >> > On Mon, 26 May 2008 14:40:18 -0700, Gandalf wrote:
> >> > > Thanks!
> >> > > Anyone know which library should i learn then?
>
> >> > Looks like you need to dive into Win32
> >> > APIhttp://msdn.microsoft.com/en-us/library/ms697544
>
> (VS.85).aspxhttp://ms...
>
> >> > and others
> >> > combined with ctypes.
>
> >> > Ivan
>
> >> well, that seems extremely valuable but how can i implement those
> >> functions with python?
>
> > You know what I'm sorry, I will try to understand the ctypes lib before
> > bothering you.
>
> > thank you all!
>
> No need to sorry. I have actually found very valuable information athttp://www.brunningonline.net/simon/blog/archives/000652.html
> while googling to answer your question. I didn't know that such things
> are really possible with Python/Win32! It'll help me a lot. Thank you!
>
> Ivan

If you guys are going to go digging into the PyWin32 modules, make
sure you check this site out:

http://aspn.activestate.com/ASPN/docs/ActivePython/2.5/pywin32/PyWin32.html

It has the docs for the distro and a link to the user's group too. Bot
have been very helpful to me.

Mike



More information about the Python-list mailing list