Error: Failed to find Flask application or factory in module
처음 flask를 설치하고 __init__.py 파일을 만들었을 때 자주 발생하는 오류이다.
__init__.py 파일에 아래 코드를 추가해 준다.
if __name__ == '__main__':
app.run()
반응형
'IT > TroubleShooting' 카테고리의 다른 글
Tensorflow GPU kerner died 문제, kernel process died ExitCode: 3221226505 (0) | 2022.08.03 |
---|---|
Flask 환경설정 debug mode:on 설정문제 (0) | 2021.10.06 |
Docker 재부팅시 자동실행 안되게 하는 방법 (0) | 2021.10.02 |
Docker Git-bash 에러 : the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty' (0) | 2021.09.30 |
특정 프로그램 실행 시 화면 그래픽 깨짐 현상 해결[외장그래픽카드 사용] (0) | 2021.09.28 |