Exploring Python for next desktop GUI Project

Sturla Molden sturla.molden at gmail.com
Fri Jul 25 16:04:21 EDT 2014


Zachary Ware <zachary.ware+pylist at gmail.com> wrote:

> How so?  Like any other facet of programming, using Tk(inter) has it's
> frustrations, but for the most part it has always worked as expected
> for me.  Granted, I haven't done anything terribly fancy.

In my experience, tkinter and ttk is fine until you need to do something
more advanced, like using OpenGL or creating custom controls. Then it
starts to suck incredibly.

Sturla




More information about the Python-list mailing list