python

python 'unicodeescape' codec can't decode bytes in position 에러 해결법

작성자 정보

  • 마스터 작성
  • 작성일

컨텐츠 정보

본문

'unicodeescape' codec can't decode bytes in position 해결법


 

path 에서 \ 구문을 \\로 바꾸면 해결됩니다.

 

변경전

 

img_path = "C:\xampp\htdocs\python\test.jpg"

 

변경후

img_path = "C:\\xampp\\htdocs\\python\\test.jpg"

관련자료

댓글 0
등록된 댓글이 없습니다.
알림 0