Randy Syring wrote:
Could you tell me briefly how this project differs from something like wxPython?
It wraps platform-specific libraries directly, rather than being a wrapper around another cross-platform library. This means less bloat and less dependencies. Chances are you already have the necessary libraries installed. The API is designed to be very straightforward and Pythonic, and it's fully documented in its own terms, so you don't have to consult the documentation for some other library in some other language and translate into Python. -- Greg -- http://mail.python.org/mailman/listinfo/python-list