Wednesday, January 18, 2012

Fly on Windows

The first task I've undertaken is to get Fly working on Windows. As of this evening, I managed to get the graphical window to appear, but the application locks up as soon as a key is pressed.

To get anything working at all - some of these are used by Plover in general, and some just by Fly - these are the modules I needed to track down and install. (Yeah, I do miss CPAN when I leave the Perliverse.)
  • Pyhook is a module for hooking Windows events.
  • Pywin32 includes pythoncom (a COM library for Python)
  • pyserial
  • And of course Pygame.

No comments:

Post a Comment