From: Gundala V. <gun...@gm...> - 2021-06-18 01:52:35
|
Hi, I am using MacOSX Catalina. I installed Pymol with this command: brew install brewsci/bio/pymol However when I called it $ pymol It gave me this error: 7, in <module> import _tkinter # If this fails your Python may not be configured for Tk ModuleNotFoundError: No module named '_tkinter' How can I resolve this? My Python version is: Python 3.8.5 (default, Sep 4 2020, 02:22:02) [Clang 10.0.0 ] :: Anaconda, Inc. on darwin Type "help", "copyright", "credits" or "license" for more information. G.V. |