neeru1207 / AI_Sudoku

GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Creative Commons Zero v1.0 Universal
998 stars 154 forks source link

No module named 'tkinter' #17

Closed bdeshayes closed 4 years ago

bdeshayes commented 4 years ago

(sudokuenv) C:\Users\Bruno\sudokuenv\AI_Sudoku-master>python Run.py Traceback (most recent call last): File "Run.py", line 2, in from MainUI import MainUI File "C:\Users\Bruno\sudokuenv\AI_Sudoku-master\MainUI.py", line 4, in from tkinter import * ModuleNotFoundError: No module named 'tkinter'

neeru1207 commented 4 years ago

If you are using Python2 it is Tkinter not tkinter