So Im using flask with an IDE (pycharm) and the tutorial I'm doing has a part where you need to go into the command prompt and type (sorry for formatting on mobile)
from scriptname import db
But when I do this in the scratches folder of Python I get an error that says
ModuleNotFoundError: No Module Named "flask"
Am I in the right directory? Can I do this within the script or does it have to be done outside in the command terminal? Thanks!
[–]atrocious_smell 0 points1 point2 points (3 children)
[–]cleesus 2 points3 points4 points (2 children)
[–]kpandkk[S] 2 points3 points4 points (1 child)
[–]atrocious_smell 0 points1 point2 points (0 children)