You are not logged in.

#1 2022-06-16 07:39:57

archsavedme
Member
Registered: 2021-01-02
Posts: 12

tkinter

Hello!
I cannot find a way to install tkinter. It should be easy but it's like it cannot be found with pacman

pacman -Ss tkinter
pacman -Ss Tkinter
pacman -Ss python-tk
pacman -Ss python-tkinter
pacman -S python3-tk
error: target not found: python3-tk


pip install tkinter
ERROR: No matching distribution found for tkinter

All of the commands I tried make me think that tkinter does not exist at all
What am I missing?
Thank you!

Last edited by archsavedme (2022-06-16 07:42:29)

Offline

#2 2022-06-16 07:45:13

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,273

Re: tkinter

tkinter is part of the base python package. Read the optional dependencies of python.

pacman -Qi python
pacman -Ql python | grep tkinter

Last edited by V1del (2022-06-16 07:46:07)

Offline

#3 2022-06-16 07:45:16

mpan
Member
Registered: 2012-08-01
Posts: 1,612
Website

Re: tkinter

There is nothing to install. Tkinter is a built-in module in Python.

Offline

Board footer

Powered by FluxBB