Python Forum
compile error Visual Studio Code - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: compile error Visual Studio Code (/thread-36177.html)



compile error Visual Studio Code - jamie_01 - Jan-25-2022

[Image: Screenshot-2022-01-24-165047.png]
Please could someone please help with compile error, trying to get Flask & Python code to compile in Visual Studio code, thanks...not sure what happened.


RE: compile error Visual Studio Code - buran - Jan-25-2022

You have a file jinja2.py that shadows jinja2 package when imported during the import of flask. Rename that file.
And please, don't post images of code, error, output, etc. copy/paste as text, using proper BBCode tags.


RE: compile error Visual Studio Code - Larz60+ - Jan-25-2022

for more info om BBcode tags, see: BBcode