Alessio Pace wrote: > Hi, I'd like to make a GUI for a program written in python, meant to run > on mac, win and linux: which is the preferable solution? I saw around > tkinter, wxpython and pyqt.... > I'd strongly recommend wxPython. wxPython is quite a rich GUI library and I have found it to be more advanced/modern/feature-rich than tkinter. -- ~Mark Nenadov