pycharm에서 디버깅이 안되는 문제 질문
869
3 asked
안녕하세요.
python 강의를 보며 많은 도움이 되었습니다.
강의를 보며 프로그램을 개발하고 있는데 pycharm에서 디버깅 시 다음과 같은 오류가 나서 디버깅이 되지 않습니다.
======================================================================
C:\Python31\python.exe "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 2016.2\helpers\pydev\pydevd.py" --client 127.0.0.1 --port 56101 --file D:/work/python/test/game.py
pydev debugger: starting
Connected to pydev debugger (build 162.1237.1)
Traceback (most recent call last):
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 2016.2\helpers\pydev\pydevd.py", line 1556, in <module>
globals = debugger.run(setup['file'], None, None, is_module)
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 2016.2\helpers\pydev\pydevd.py", line 940, in run
pydev_imports.execfile(file, globals, locals) # execute the script
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 2016.2\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 11, in execfile
stream = tokenize.open(file) # @UndefinedVariable
AttributeError: 'module' object has no attribute 'open'
Process finished with exit code 1
======================================================================
실전 파이썬 게임 만들기(python) 동영상 보고 python 3.1과 그에 해당하는 pygame을 설치하여 사용하고 있습니다.
도움 부탁드립니다.
감사합니다.
Answer 0
매수 실행 시점 관련
0
6
0
영상 다운로드는 안되나요?
0
11
0
수강자료 다운로드 관련 문의
0
21
2
Opus/Sonnet 버전 관련 문의
1
21
2
"run_nvidia_gpu.bat" 실행후
0
14
1
섹션2 질문이요
1
21
2
섹션 2
0
17
1
섹션1.9 질문입니다!
1
31
3
웹서비스 방법
0
31
2
MCP 정의가 잘못되어 있음 (Chapter2)
0
28
1
수강 연장 문의드립니다.
0
32
2
pycham은 어떻게 다운 받아요?
1
336
1
파이썬 코드 오류요 ㅠㅠ
0
493
0
키 입력질문
0
258
0
pygame.update()에 관해서
0
288
0
이미지 위치가 이상해요.
0
248
0
현재는 어떻게해야하나요
1
248
1
...
1
344
0
PyCharm 버전 변경이 안됩니다
0
616
1
퍼블리싱은 어떻게 할 수 있나요? exe 파일로 뽑거나...
0
242
0
파이썬 3.1버전이 다운이 안돼요
1
215
1
맥은 어떻게 하나요?
1
269
1
한글깨짐
0
247
0
사각형이동때
0
198
0

