PrakharPythonProgrammer / Grail-0.6

This is the Project Grail-0.6 version released in the year 1999 and we're trying to port this from Python 1 to Python 3.
Other
21 stars 6 forks source link

ImportError: cannot import name 'tktools' from 'utils' (unknown location) #17

Open WMRamadan opened 3 years ago

WMRamadan commented 3 years ago

Problem: While running python3 grail.py an error occurs ImportError: cannot import name 'tktools' from 'utils' (unknown location)

Notes: tkinter was installed using sudo apt install python3-tk utils installed using pip3 install python3-utils

Specs: Python 3.9.5 PIP 20.3.4 Ubuntu 21.04 Kernel 5.11.0-31-generic

mathben commented 2 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