ImportError

错误:

    无法使用from flask import Flask

解决:

The reason is your python file name is flask.


你可能感兴趣的:(ImportError)