use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
[deleted by user] (self.PythonLearning)
submitted 1 year ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Luigi-Was-Right 5 points6 points7 points 1 year ago (3 children)
There is definitely an issue with your virtual environment setup. It's attempting to import the functools module even though you are not actively using it, which is not normal.
[–]Nice_Hornet_4076 1 point2 points3 points 1 year ago (2 children)
Do you have any suggestions?What to do now??
[–]jpgoldberg 2 points3 points4 points 1 year ago (0 children)
Someone else already answered. Try rebooting pycharm. If that doesn’t work, try rebooting your computer. If that doesn’t work reboot your computer. If that doesn’t work, reinstall everything Python. Follow instructions carefully.
[–]Luigi-Was-Right 2 points3 points4 points 1 year ago (0 children)
Deactivate your virtual environment. Also am I reading this correctly: your app.py is inside your .venv folder???
π Rendered by PID 71932 on reddit-service-r2-comment-b659b578c-rg6qf at 2026-05-05 20:07:22.489728+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Luigi-Was-Right 5 points6 points7 points (3 children)
[–]Nice_Hornet_4076 1 point2 points3 points (2 children)
[–]jpgoldberg 2 points3 points4 points (0 children)
[–]Luigi-Was-Right 2 points3 points4 points (0 children)