When it comes to developing interfaces, I found that for very simple ones Tk is probably easiest. For anything more, though, I found Gtk (without a GUI builder) pretty easy -- much more so than Tk. I have rewritten all but one Tk app I have using Gtk.