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. -- http://mail.python.org/mailman/listinfo/python-list
- Use a locally built Tk for Python? Mark Summerfield
- Re: Use a locally built Tk for Python? Steven D'Aprano
- Re: Use a locally built Tk for Python? David
- Re: Use a locally built Tk for Python? Mark Summerfield
- Re: Use a locally built Tk for Python? Kushal Kumaran
- Re: Use a locally built Tk for Python? Ned Deily