I'm beginer in Python and I'm using Pycharm. I have faced a problem. I wanted to create simple GUI

Hi everyone. I’m beginer in Python and I’m using Pycharm. I have faced a problem. I wanted to create simple GUI and i wrote that:
from tkinter import *
window = Tk()
window.title(“NAME”)
window.mainloop()
But there was accured error like that:
C:\User… C:/User/…/scratch.py
Traceback (most recent call last)
File “C/User/…/scratch.py”, line 1, in <modul>
from tkinter import *
File “C/User/…/init.py”, line 36, in <modul>
import_tkinter # If this fails your Python may not be configured for Tk
ImportError: DLL load failed: Не найден указанный модуль

Сan anyone solve it? What should i do?
Thanks beforhand!

Could you translate this into English please? It’d help us debug your error.

threw it through Google Translate, got “found specified module”