What do you use with Python for GUI programming and why?

Dan Stromberg drsalists at gmail.com
Fri Mar 11 01:14:01 EST 2011


You're probably best off with Pyjamas.  Then you get something that runs on
the web and on the desktop, from the same code - similar to GWT, but for
Python.  The desktop version runs overtop of CPython, the web version is
AJAX and is automatically translated from a very 2.x-ish dialect of Python
to Javascript.  Programming an AJAX app this way feels just like programming
to a set of desktop widgets - because they are also desktop widgets.

But what OSes are you using?

On Thu, Mar 10, 2011 at 6:25 PM, Robert <sigzero at gmail.com> wrote:

> Is there a push to one toolkit or the other?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110310/d0959de3/attachment.html>


More information about the Python-list mailing list