I’m working on a tkinter project it used to work perfectly without any issues then every thing broke apart vscode got an update, i downloaded the new version of python and my code got an error about circular import
i don’t know where the error is coming from all i know is that vscode or my code or python has a problem
You have a personal module called tkinter that is replacing the python tkinter module. You can see its file name in the error.
You need to change that modules name so that the python tkinter will load as you require.
Please post text as preformatted text using the </>
button so that we can quote from what you post. We cannot do that from screen shot images.