> shrink. Is it time to look for a replacement that would be a comfortable fit > within the standard Python library?
Is it really a good idea? It makes everything larger, and for what benefit? Having looked at the wxWindows and gtk+ for windows web sites I dont see a benefit. any app written on windows using either toolkit will probably follow the windows look and feel, menus and icons etc, one written in linux will probably follow the gnome look (based on wx and pygtk using gtk+) These are great if your looking specifically for a cross platform app, but if you are not then why not just use the toolkit for your chosen platform? It's more likely to "fit in" that way. Leave python as it is and let distributors choose to add one or more gui kits to it. -- * Rob Brown-Bayliss * ================= * zoism.org _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
