I have installed gnuhealth and when I run the gnuhealthclient and login with my username and password it shows an error message with gtk problem : no module found
I am using centos 7 and I already installed gtk+ and gtk3 with these commands:
$sudo yum install gtk3
$sudo yum install gtk3-devel
$sudo yum install gtk+
When I check the list of installed packages I found gtk+ and gtk3 and even gtk 2
Can anyone tell me what is the problem?
Here’s the error msg:
if not self.screen.row_activate() and self.children_field:
File "/home/gnuhealth/.local/lib/python3.6/site-packages/tryton/gui/main.py", line 707, in menu_row_activate
}, warning=False)
File "/home/gnuhealth/.local/lib/python3.6/site-packages/tryton/action/main.py", line 195, in exec_keyword
Action._exec_action(action, data, context=context)
File "/home/gnuhealth/.local/lib/python3.6/site-packages/tryton/action/main.py", line 155, in _exec_action
context_domain=action['context_domain'])
File "/home/gnuhealth/.local/lib/python3.6/site-packages/tryton/gui/window/window.py", line 31, in create
from .form import Form
File "/home/gnuhealth/.local/lib/python3.6/site-packages/tryton/gui/window/form.py", line 9, in <module>
import gtk
ModuleNotFoundError: No module named 'gtk'```