Skip to content Skip to sidebar Skip to footer

Widget Toolkits For Python 3

Because I like to future-proof my programs as much as I possibly can, I use the latest technologies under development. However, GTK (along with many other widget toolkits) does not

Solution 1:

Currently, there are two main ways of doing GTK+ programming with Python:

Of these, only the second method works with Python 3. This work is fairly new, and you are likely going to face some bugs here and there, and perhaps changing API, not to mention not-enough documentation. If you proceed anyways, go join the mailing list and/or the IRC channel, #python @irc.gimp.net, but do start with the tutorial.

Post a Comment for "Widget Toolkits For Python 3"