
21 Jan
2024
21 Jan
'24
10:57 p.m.
I tried to use `tkinter` instead of `PyQt` but it does not work with ChimeraX 1.6 or 1.7's Python interpreter and the error message is shown below: ``` import _tkinter # If this fails your Python may not be configured for Tk ModuleNotFoundError: No module named '_tkinter' ``` One solution I've found was to `sudo apt install tk-dev` but it was required to`configure` and `make` ChimeraX's Python interpreter after. Does ChimeraX work with tkinter? If yes, then how to?