Hi I am working on IMX8mq evaluation kit. The tkinter module import fails in imx
>>> import tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.7/tkinter/__init__.py", line 36, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'
The yocto project version is 3.0 zeus.
distro = fsl-imx-xwayland
python3-tkinter is already in the image.
How can I resolve this ?