I\'m developing a graphical application to present data (not a game but a real workhorse app). It needs to be cross platform, so I have chosen:
Try Qt instead of wx.
QT is cross platform, and you can style things alot using CSS. It's extremely well documented and has excellent python bindings. In point of fact, I use the C++ documentation and not the PyQT documentation.