weixin-spider icon indicating copy to clipboard operation
weixin-spider copied to clipboard

from webapp import db 运行报错

Open songsh opened this issue 2 years ago • 5 comments

在mac 上运行,提示找不到 from webapp import db

songsh avatar Jan 11 '23 14:01 songsh

路径问题

lixi5338619 avatar Jan 12 '23 01:01 lixi5338619

我应该如何运行 ?

songsh avatar Jan 12 '23 07:01 songsh

程序运行起来了, 加了公众号,点开始后一直没反应, 屏幕快照 2023-01-19 下午10 31 30

songsh avatar Jan 19 '23 14:01 songsh

('Working outside of application context.\n\nThis typically means that you attempted to use functionality that needed\nthe current application. To solve this, set up an application context\nwith app.app_context(). See the documentation for more information.',)

songsh avatar Jan 19 '23 15:01 songsh

flask 与 wx_monitor 共用了一个 db, 导致在运行wx_monitor 时,db初始化出错,

songsh avatar Feb 04 '23 02:02 songsh