wxPython vs Glade?

Benjamin Kaplan benjamin.kaplan at case.edu
Mon Feb 9 08:30:13 EST 2009


On Mon, Feb 9, 2009 at 8:23 AM, Michael Pobega <pobega at gmail.com> wrote:

> I'm looking for opinions on the best toolkit for a beginner to use with
> wxPython. It doesn't necessarily need to be the most efficient toolkit,
> but something I can use for basic programs (a Twitter client, Wordpress
> blogging client, etc) just to learn Python.
>
> wxWidgets seems nice because it's portable, but I'm not sure how many of
> my libraries are portable (a lot of them seem to import os), while Glade
> seems extremely simple to make a UI (but does the program end up relying
> on Glade? Or can I build it directly into GTK+?)
>


wxPython is the toolkit. It provides Python wrappers for wxWidgets. I think
you are looking at wxGlade, a UI designer for wx based off of the Gnome UI
builder. It's not a toolkit..

>
> --
>                  http://pobega.wordpress.com
>                    http://identica/pobega
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkmQLkkACgkQxgy5R7EobNd/vwCfeDdaeX6YyNxcCZ11pmbWMPZj
> akwAn2LCb3Qz2lLKZLF3DG4j5lTBOQdd
> =/Bfe
> -----END PGP SIGNATURE-----
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090209/8c30bd3c/attachment-0001.html>


More information about the Python-list mailing list