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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).