Hi I am desperately trying to install tkinter for python3.11. There is no side package tkinter to be found also no package that is called python3.11-tk or similar as on any other distribution. I am thankful for any advice on how to get this running.
Indeed, you are right but for some reason it seems not to provide tkinter. Running python -m Tkinter provides a graphical interface while python3.11 -m Tkinter does not erroring out with “/usr/bin/python3.11: No module named Tkinter”
Thanks again, for the tip, this actually works. Still I have the issue, that Pycharm cannot find the tkinter package despite using as far as I can tell the systems python installation.