#๐ .
28 messages ยท Page 1 of 1 (latest)
@ruby timber
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.
because you're using a library that is at least slightly buggy
great
I really dont care how buggy it is
but how to fix it
whats what I get using tkinter
I literally have it there
why
I haven't the slightest idea how to fix it; sorry
the tkinter thing is utterly unrelated. If you're on Debian, you need to install another package
python3-tk I think
I don't use arch, but perhaps it's the same deal. See if they have a package with a similar name.
did you try the dearpygui example? it's saying something about create_context(). i don't see that in your code.
https://dearpygui.readthedocs.io/en/latest/tutorials/first-steps.html
i didn't know you had to install tkinter yourself when installing python on linux.
that's not a problem with the language though. most languages are nice. it's just sometimes difficult to get all external dependencies configured correctly.
try pacman -S tk
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.