hello! i am trying to create a simple flashcard app in python vscode for personal use. the only way i can figure out how to do it is via tkinter to get the pop-up flashcards, but i get an error when i try to run the version of tkinter that came installed with vscode. i’ve used python sparingly for a couple years, but i rarely install packages and this is my first time trying to do something like this. here is the error:
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don’t rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.
people have had this same issue for 4+ years, but all of the solutions people pose on reddit or stack overflow are super involved and i have to install like 7 things, and then they don’t work for me. is anyone familiar with this issue?
submitted by /u/Local-Zucchini-2038
[link] [comments]
r/learnpython hello! i am trying to create a simple flashcard app in python vscode for personal use. the only way i can figure out how to do it is via tkinter to get the pop-up flashcards, but i get an error when i try to run the version of tkinter that came installed with vscode. i’ve used python sparingly for a couple years, but i rarely install packages and this is my first time trying to do something like this. here is the error: DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don’t rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning. people have had this same issue for 4+ years, but all of the solutions people pose on reddit or stack overflow are super involved and i have to install like 7 things, and then they don’t work for me. is anyone familiar with this issue? submitted by /u/Local-Zucchini-2038 [link] [comments]
hello! i am trying to create a simple flashcard app in python vscode for personal use. the only way i can figure out how to do it is via tkinter to get the pop-up flashcards, but i get an error when i try to run the version of tkinter that came installed with vscode. i’ve used python sparingly for a couple years, but i rarely install packages and this is my first time trying to do something like this. here is the error:
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don’t rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.
people have had this same issue for 4+ years, but all of the solutions people pose on reddit or stack overflow are super involved and i have to install like 7 things, and then they don’t work for me. is anyone familiar with this issue?
submitted by /u/Local-Zucchini-2038
[link] [comments]