what lib/framework should I use for Python GUI in Synfig?

Hello.

What graphical toolkit/librairy should I use to develop a GUI for a script in Synfig? Is there any already built in?

Former experience with Tkinter led me to experience problems dependencies in MacOS/X, but I’d like the GUI to work with all systems supported by Synfig. Aside from (not) that I got no preference. Any hint?

Thanks,
Berteh.

Hi,
I would suggest the use of PyGObject for the following reasons:

  • Available on all the platforms (including OSX)
  • Made for Python 3 (used by Synfig)
  • Using GTK (used by Synfig)
    It would be useful for consistency :wink:

ok, thanks. will try.
B.