Unjustified tkinter problem

Hey I’m new to programming (python).
I do not understand because I am informed of an unjustified error on my “import tkinter”?
Can you help me please ?

Nobody can help you if you paste screenshots. Am I supposed to manually type the full code?

It was just so that you could check that there weren’t any other problems in the script, you want me to send you the script ?

Tkinter can be installed with pamac install tk

The error message tells you that it’s missing the library file libtk8.6.so. The command pacman -Fx libtk8.6.so will tell you that this file is provided by the package tk. So you have to install that package.

Thanks :wink:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.