Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #11023

Re: WxPython and TK

References <b06f7a6e-79c1-4b50-bd9a-c9a1784eff9f@glegroupsg2000goo.googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date 2011-08-07 22:29 -0600
Subject Re: WxPython and TK
Newsgroups comp.lang.python
Message-ID <mailman.2022.1312777803.1164.python-list@python.org> (permalink)

Show all headers | View raw


On Sun, Aug 7, 2011 at 6:26 PM, azrael <jura.grozni@gmail.com> wrote:
> Today I found a quote from Guido.
>
> wxPython is the best and most mature cross-platform GUI toolkit, given a number of constraints. The only reason wxPython isn't the standard Python GUI toolkit is that Tkinter was there first.
> -- Guido van Rossum
>
> OK, now. Isn't it maybe time to throw out TK once and for all? Python is missing one of the most important aspects of todays IT industry. GUI development native library (I mean a serious one).
>
> If I would have gotten a dollar for every time I talked to someone in a company about why they dont use python for their products and I was served the answer "Well it kind of sucks in GUI development", I would be a millionaire.

That may be the only reason Tkinter was originally added to the
standard library rather than wxPython, but there are plenty of reasons
against changing it now.  Even ignoring for the moment the fact that
wxPython *still* doesn't work with Python 3 (2.5 years now since the
initial release of Python 3.0), here is a nice, recent summary of some
of the issues involved:

http://mail.python.org/pipermail/python-list/2011-January/1264955.html

Cheers,
Ian

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

WxPython and TK azrael <jura.grozni@gmail.com> - 2011-08-07 17:26 -0700
  Re: WxPython and TK Ian Kelly <ian.g.kelly@gmail.com> - 2011-08-07 22:29 -0600
  Re: WxPython and TK Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-08-08 18:06 +1200
  Re: WxPython and TK Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-08 16:37 +1000
  Re: WxPython and TK ln4 <joepie@linux.nl> - 2011-08-08 08:46 +0200
  Re: WxPython and TK python@bdurham.com - 2011-08-08 06:10 -0400
  Re: WxPython and TK Philip Semanchuk <philip@semanchuk.com> - 2011-08-08 11:49 -0400
  Re: WxPython and TK gb@como.it - 2011-08-09 13:12 +0200

csiph-web