You can always make a custom button which can look same or better see my answer to your other question Custom Button
Anurag Uniyal
2009-09-01 08:57:59
You can always make a custom button which can look same or better see my answer to your other question Custom Button
Get the wxpython docs package from http://www.wxpython.org/download.php and check out the examples.
Andrea Gavana's agw library, which is included with wxpython now, has a couple of custom widgets called AquaButton and Gradient button both which look very nice. These may work or you may be able to adapt them to suit, they're pure python so you shouldn't have hard time modifying them.