Relative Content

Tag Archive for pythonflaskvirtual-environment

How to Diagnose and Fix python .app.py not working

I activated my virtual environment in vs code. In the PowerShell where my environment was activated, I installed Flask successfully. Then I ran this code in my file main.py:
from flask import Flask
app = Flask(name)