8.2节运行python manager.py runserver,浏览器中报错ImportError: DLL load failed: 找不到指定的程序
来源:8-2 构建高可用MVC 优化

慕少9264379
2020-08-06
老师好,在8.2节运行python manager.py runserver后,浏览器中报错如下:
ImportError: DLL load failed: 找不到指定的程序,请见截图:
在以前的章节中代码运行都没问题,现在学习进展不下去了。
写回答
1回答
-
编程浪子
2020-08-06
你好
我们使用的是mysql,我看报错好像是sqlite。
有没有执行环境变量 ?
linux
export ops_config=local
windows
set ops_config=local
022022-12-14
相似问题