I received the error :
ImportError: cannot import name 'ttk' from partially initialized module 'tkinter'
because in my example I try to create an test file with the name tkinter.py
I rename the test file and the error disappeared