I\'ve been using WxPython and I\'ve tried Tk, but it seems that, while both are good and I\'ll likely use them for other projects, neither of those appear to be capable of accom
Try Pyglet. Its a library for python that makes using OpenGL very easy. You can draw pretty good 2d interfaces using Quads.