An error could not import "flask blog" : learnpython
www.reddit.com › r › learnpythonHello, guys, I was following the Python Flask tutorial by Corey Schafer, from flask import Flask app = Flask (__name__) @app.route ("/") def hello (): return 'Hello world!'. cd Flask_blog/ set FLASK_APP=flaskblog.py flask run output *Serving Flask APP "flaskblog.py" *Environment: production WARNING: Do not use the development server in a ...