#๐Ÿ”’ I get an error about tkinter for some reason?

39 messages ยท Page 1 of 1 (latest)

civic gullBOT
#

@final knot

Python help channel opened

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.

final knot
verbal pumice
#

what python version are you using

final knot
#

3.10.7

verbal pumice
#

ubuntu?

final knot
#

na arch

final knot
verbal pumice
#

oh, idk much abt arch. did you build python yourself? or is that gentoo?

final knot
#

these are the commands:

#

$ sudo pacman -Sy python-pip

verbal pumice
#

why 3.10 specifically if i may ask?

final knot
#

it kept giving an error

#

so i just opted for 3.10

verbal pumice
#

I know on debian-based systems tk is often in its own package. but I have no experience self-building I'm afraid

verbal pumice
#

sudo apt install python3 -tk or something like that?

summer socket
#

pacman -S python doesn't work?

final knot
verbal pumice
#

sudo pacman -S python-tk?

final knot
#

target not found

verbal pumice
#

nvm, that was a guess tbh

#

what about python-full? that's usually the metapackage to install the entire schtuff

final knot
#

target not FOUND

#

๐Ÿ’€

summer socket
#

there's a tk package too

final knot
#

nvm i found a package

#

IT WORKS

summer socket
#

which package?

final knot
#

sudo pacman -S tk

#

we kept doing:

#

sudo pacman -S python-tk

#

๐Ÿ’€

civic gullBOT
#
Python help channel closed

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?