I have a fairly large work project that uses pygtk for the GUI and I need reduce the dependencies and convert to tkinter.
Does anyone know of a script to convert exisiting pygtk code to tkinter?
I have a fairly large work project that uses pygtk for the GUI and I need reduce the dependencies and convert to tkinter.
Does anyone know of a script to convert exisiting pygtk code to tkinter?
Ok for anyone in the same boat as me, I just found PyGtk2Tk which is a PyGtk to Tkinter Wrapper that runs PyGtk based code unchanged using Tkinter (Tk).