Several things have led me to writing this post
However, late last week I did some poking around in the Windows C API from ctypes (not using pywin32) for a project I was finishing up, and I loved it!
Since then I've been playing around with ctypes and Windows function calls (mostly the GUI related ones).
Now I want to take it a step further and make myself a small GUI library for python 3. What I'm interested in is how I could go about designing the object hierarchy among other things.
As a community of python users, this would be an ideal place to start asking questions. I welcome you to sound your ideas and suggestions!
On a slightly related note. I think I may have figured out why wxPython is unstable on python 2.6 (on Windows Vista), but perhaps I should start a new thread for that?