강의

멘토링

커뮤니티

Inflearn Community Q&A

leeleejin3251540's profile image
leeleejin3251540

asked

Free Python Course (Usage 2) - GUI Programming (4 hours)

Button

터미널에 한글이 깨져서 나옵니다.

Written on

·

197

0

터미널에 한글이 깨져서 나옵니다.

그래서 인터넷을 방법을 찾아보니 

change File encoding > reopen file encoding  > korea(euckr) 

이렇게 선택하라고 하더라고요. 근데 그렇게 하니까

SyntaxError: Non-UTF-8 code starting with '\xb0' in file d:\02.Myproject\09.python\ex01\button.py on line 19, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

라고 뜹니다.... vscode를 사용 중인데, 해결할 방법이 없을까요?

GUIpython

Answer

This question is waiting for answers
Be the first to answer!
leeleejin3251540's profile image
leeleejin3251540

asked

Ask a question