Wolfgang Keller wrote:
> Hello,
> 
> On Sun, 12 Feb 2006 07:50:56 +0100, greg wrote
> (in article <[EMAIL PROTECTED]>):
>> PyGUI is an experimental highly-Pythonic cross-platform
>> GUI API.
> 
> How "experimental" (or useable for productivity applications) would you 
> consider it compared to e.g. wxwidgets?
> 
> And, btw; I couldn't immediately figure out from the documentation which 
> widgets it supports. Does it support the Cocoa outline view, for example?

It sounds like you probably should stick with either wxpython or cocoa.

PyGUI is sort of a wrapper for other gui toolkits (only gtk & cocoa 
right now), to simplify the development of basic gui apps.
See the 'visual classes' part of the docs page for the controls it
supports.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to