我已经阅读了关于烧瓶的教程(http://flask.pocoo.org/docs/tutorial/introduction/)
现在我收到错误,你能帮帮我吗? :)
在github上,它在自述文件中说明了这一点......(https://github.com/mitsuhiko/flask/tree/master/examples/flaskr/)
fire up a python shell and run this:
from flaskr import init_db; init_db()
所以我打开我的python shell并输入它...唯一的问题是我得到一个导入错误,说它无法找到烧瓶......
如果我尝试在本地运行flaskr.py文件,我就得到这个
sqlite3.OperationalError OperationalError: unable to open database file
我对这个和python一般都很陌生,所以任何帮助都会很棒,谢谢。