#๐ I get an error about tkinter for some reason?
39 messages ยท Page 1 of 1 (latest)
@final knot
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
what python version are you using
3.10.7
ubuntu?
na arch
my pc aint running that ๐ญ
oh, idk much abt arch. did you build python yourself? or is that gentoo?
i built it
these are the commands:
$ sudo pacman -Sy python-pip
$ wget https://www.python.org/ftp/python/3.10.7/Python-3.10.7.tar.xz
$ tar -xf Python-3.10.7.tar.xz
$ cd Python-3.10.7
$ ./configure
$ make
$ sudo make install
$ python3 -V
why 3.10 specifically if i may ask?
i could not install 3.12.4
it kept giving an error
so i just opted for 3.10
I know on debian-based systems tk is often in its own package. but I have no experience self-building I'm afraid
do you know the command?
sudo apt install python3 -tk or something like that?
pacman -S python doesn't work?
you have to do more than that
sudo pacman -S python-tk?
target not found
nvm, that was a guess tbh
what about python-full? that's usually the metapackage to install the entire schtuff
there's a tk package too
did not work
nvm i found a package
IT WORKS
which package?
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
๐ I get an error about tkinter for some reason?