Downlaod Pure Python COM package
http://pypi.python.org/pypi/comtypes/0.6.2
You can see a chain of working with simply application.
http://wiki.wxpython.org/SmallApp
referenced link
making frame , panel
http://pythondev.egloos.com/category/wxPython
http://wxpython.org/docs/api/wx-module.html
Creating a taskbar application
http://translate.google.co.kr/translate?hl=ko&sl=en&tl=ko&u=http%3A%2F%2Fwiki.wxpython.org%2FAnotherTutorial&anno=2
Api link
http://wxpython.org/docs/api/wx.MouseEvent-class.html
pyhook
http://mindtrove.info/articles/monitoring-global-input-with-pyhook/
http://sourceforge.net/projects/pyhook/files/
http://www.cs.unc.edu/Research/assist/doc/pyhook/public/pyHook.HookManager.HookManager-class.html#__del__
if you'd like to redistribute your application with winx, you should find out and remember path below
C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT
then refet to this page
http://www.py2exe.org/index.cgi/Tutorial#Step6
You should reference that way to making rounding frame, and Transparent Frames
http://hasenj.wordpress.com/2009/04/14/making-a-fancy-window-in-wxpython/