2018년 4월 25일 수요일

[Python][하루 한시간 코딩]문제해결 로그


[Python][하루 한시간 코딩]문제해결 로그

오류1)


Print("Hello World")를 하려고 하는데 아래와같이 뜬다.
(원래는 Console 창에 Hello World가 떠야한다.)


1
2
3
4
5
6
7
8
Finding files... done.

Importing test modules ... done.

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK

아래 링크에서 답을 얻었다.
Seems like you are running the script as 'Python unit-test',
and there are no tests. Maybe you need to use 'Python run'.



처음 file을 추가할때 확장자를 확인하자. "filename.py" 형식으로 되어있어야한다.



오류2)

오류문구: The selection cannot be launched, and there are no recent launches








해결 방법

메뉴 창 -> Window -> Preferences ->
Run/Debug -> Launching -> Launch Operation
-> Launch the associated project 선택

댓글 없음:

댓글 쓰기