티스토리 뷰

에러 1. TypeError: write() argument must be str, not bytes

에러 2. TypeError: a bytes-like object is required, not 'str'

에러 3. UnicodeDecodeError: 'cp949' codec can't decode byte 0x80 in position 0: illegal multibyte sequence

 

Python에서 파일을 다룰 때 위와 같은 에러가 발생하는 경우,

open 함수에서 파일 열기 모드를 바이너리 모드('rb' 또는 'wb')로 해주면 해결된다!

반응형

댓글