I am fed up with Python GUI toolkits...

sturlamolden sturlamolden at yahoo.no
Fri Jul 22 06:38:54 EDT 2011


On 21 Jul, 16:52, Kevin Walzer <k... at codebykevin.com> wrote:
> I bet that other scripting languages would
> piggyback on top of it (Lua or Ruby bindings for Python's GUI toolkit,
> anyone?) because doing that is less work than writing your own toolkit
> from scratch.

No doubt about that.

Lua has a nice GUI toolkit by the way, which also has a C API.
Currently it works on GTK+, Motif and Window. The C API is very small,
only about 100 functions. So it makes a good candidate for a new
Cython-based toolkit, even without piggybacking on Lua.

http://www.tecgraf.puc-rio.br/iup/




More information about the Python-list mailing list