License-Plate-Recognition-Nigerian-vehicles icon indicating copy to clipboard operation
License-Plate-Recognition-Nigerian-vehicles copied to clipboard

ImportError: No module named 'Tkinter'

Open getcontrol opened this issue 4 years ago • 1 comments

Everything else installed fine until I ran python ALPR.py and received the fatal ImportError: No module named 'Tkinter'

This seems to be an endemic issue in Python. Tried spinning up various pyenvs including 2.7.10 which is supposed to have a stable version of TKinter. Here's all the versions I tried :

2.7.0 2.7.10
2.7.17

No avail on any of these. Any insights on which 2.7.x works?

getcontrol avatar Nov 13 '19 16:11 getcontrol

@getcontrol it's been a while I worked on this so I don't really know the version that will be compatible. I was planning to make the code compatible with python 3 but I've been too busy to do that. The Tkinter was for the GUI you can modify the code to not use it.

femioladeji avatar Nov 13 '19 18:11 femioladeji