취미와 밥줄사이
[ Flask ] OSError: [ WinError 123 ] 본문
에러 문구
OSError: [WinError 123] 파일 이름, 디렉터리 이름 또는 볼륨 레이블 구문이 잘못되었습니다: '<SQLAlchemy engine=None>'
에러 원인
파라미터 실수
migrate.init_app( )에서 db = 라는 파라미터 대신 directory 파라미터를 사용해서 발생한 에러였다.

실행 결과
REFERENCE
위키독스
온라인 책을 제작 공유하는 플랫폼 서비스
wikidocs.net
Oserror: [winerror 123] the filename, directory name, or volume label syntax is incorrect: - Kodlogs
Problem: Python django error OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: ''.I am new to Django so I have less information about this error.
kodlogs.com
'Python > Flask' 카테고리의 다른 글
[ Flask ] ValueError : urls must start with a leading slash (0) | 2021.06.04 |
---|---|
[ Flask ] ImportError: cannot import name 'secure_filename' from 'werkzeug' (1) | 2021.06.04 |
[ Flask ] Error: Internal Server Error (0) | 2021.06.03 |
[ Flask ] ImportError: DLL load failed while importing _sqlite3 (0) | 2021.06.02 |
[ Flask ] sqlalchemy.exc.ArgumentError: (0) | 2021.06.01 |