Use a locally built Tk for Python?

David dwblas at gmail.com
Sun Jun 3 13:23:56 EDT 2012


Python uses the Tkinter wrapper around TCL/TK and it remains the same no matter how may versions of TCL/TK are installed.  You will have to build Tkinter against whatever version you like and make sure that it gets installed in the /usr/lib64/python directory that you want.



More information about the Python-list mailing list