PyQt is our main GUI toolkit now and after 1 year of development I don't want to return to anything else. It's stable, mature, cross-platform and completely native. Even the system dialog boxes (for example to open files) are the ones used by your operating system.
I tweaked my XP theme and now my apps skin accordingly. This creates a very professional look, not comparable with a toolkit like Swing. The API is extensive and goes beyond the pure GUI things like widgets. It has support for database connectivity, printing, threading (I used it and it works like a charm),... I even use it to generate PDF's (no other external libs needed). I would recommend Mark Summerfield's book though 'Rapid GUI Programming with Python and Qt' to get you on speed. Keep in mind that Qt comes with a GUI builder (Qt designer) which is the best I have used (and I tried lots of them).
I even use this builder to create mockups to show to users (it is that easy!).
I introduced it to 2 other developers here and haven't heard them complaining...