New Python UI Toolkit
For a long time now I have wanted to (easily) develop a cross-platform UI for my Python applications. At first I went for Tkinter but quickly found it was limited and that the rest of the community had moved to wxWidgets.
Let’s not even get me started on wxPython. While I have gotten several quick little apps up and running, it wasn’t without tons of pain and suffering.
Well, uxPython plans to change that with their first code release. As of right now they’ve only just released the source code and a very early version of their UI builder for Windows.
I’ll be checking this out and watching the project’s progression with a close eye since I’m pretty fed up with any implementation of wxWidgtets.