Open WMRamadan opened 3 years ago
Same issue here. tktools need this functions : https://www.cnri.reston.va.us/home/koe/docs/manuals/api/tktools.html The source code of tktools can be found here : https://www.cnri.reston.va.us/home/koe/software.html in file src/koe/common/tktools.py
Problem: While running
python3 grail.py
an error occursImportError: cannot import name 'tktools' from 'utils' (unknown location)
Notes: tkinter was installed using
sudo apt install python3-tk
utils installed usingpip3 install python3-utils
Specs: Python 3.9.5 PIP 20.3.4 Ubuntu 21.04 Kernel 5.11.0-31-generic