0
after installing python and declaring environment variables, creating a page and trying to run by Command Prompt sends the following error :
Traceback (most recent call last):
File "app.py", line 1, in <module>
from flask import Flask
ImportError: cannot import name 'Flask' from 'flask' (unknown location)
Already installed him?
– Costamilam
yes installed uninstalled and installed again, but always presents the same error.
– Hamilton Ventura
installed Django, and from something like that I think it’s some mistake I made with installing Pip/ virtualenv dependencies, but even reinstalling the problem
– Hamilton Ventura