I have been through the tutorial on flask (http://flask.pocoo.org/docs/tutorial/introduction/)
And now I am getting errors, can you help me please? :)
On github it says this in the readme... (https://github.com/mitsuhiko/flask/tree/master/examples/flaskr/)
fire up a python shell and run this:
from flaskr import init_db; init_db()
So I open my python shell and type it in... Only problem is that I get an import error saying it cannot find flaskr...
If I try run the flaskr.py file locally I just get this
sqlite3.OperationalError OperationalError: unable to open database file
I am really new to this and python in general so any help would be great, thank you.