I setup my own test node at home with RHEL (same version). I got the script working on my test node. I am now moving the system to the IT node. When I reinstalled the same version of Chimera (Chimera64-2024-04-12) on that machine and run the script when Chimera starts I get Tkinter errors and others (see below).
What do I need to do to get this version of Chimera running? Any suggestions would be appreciated. Should I try a more current build?
Traceback (most recent call last):
File "/opt/viewmotions/chimera64/share/__main__.py", line 73, in <module>
value = chimeraInit.init(sys.argv)
File "/opt/viewmotions/chimera64/share/chimeraInit.py", line 680, in init
import chimera
File "/opt/viewmotions/chimera64/share/chimera/__init__.py", line 2782, in <module>
from SimpleSession import BEGIN_RESTORE_SESSION, END_RESTORE_SESSION
File "/opt/viewmotions/chimera64/share/SimpleSession/__init__.py", line 14, in <module>
from save import saveSession, sessionID, noAutoRestore, autoRestorable, \
File "/opt/viewmotions/chimera64/share/SimpleSession/save.py", line 13, in <module>
from chimera import replyobj, selection, SessionPDBio, version
File "/opt/viewmotions/chimera64/share/chimera/replyobj.py", line 24, in <module>
import Tkinter
File "/opt/viewmotions/chimera64/lib/python2.7/lib-tk/Tkinter.py", line 39, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError:
libXss.so.1: cannot open shared object file: No such file or directory