pycharm에서 디버깅이 안되는 문제 질문
839
작성한 질문수 3
안녕하세요.
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을 설치하여 사용하고 있습니다.
도움 부탁드립니다.
감사합니다.
답변 0
dict, zip
0
11
2
노션 : 파트3번 링크와 권한 , 파트4번 권한요청, 파트 5번도 미리 요청 드립니다.
0
19
4
6-6 실습 문의
0
13
2
미션 06-02
0
17
2
yes24 수집 md 파일 만들 때
0
16
2
python main.py 실행시 게임이 실행이 안돼요
0
16
2
antigravity 대신 cursor를 활용해도 되나요?
0
22
1
뉴스 검색 분류 한도초과
0
31
2
완성자료
0
18
2
섹션5 노션링크 는 따로 없나요?
0
20
2
필기자료 사라졌나요?(실기 일주일만에 안돼서 재도전-_-)
0
28
2
pycham은 어떻게 다운 받아요?
1
320
1
파이썬 코드 오류요 ㅠㅠ
0
475
0
키 입력질문
0
234
0
pygame.update()에 관해서
0
266
0
이미지 위치가 이상해요.
0
231
0
현재는 어떻게해야하나요
1
237
1
...
1
335
0
PyCharm 버전 변경이 안됩니다
0
595
1
퍼블리싱은 어떻게 할 수 있나요? exe 파일로 뽑거나...
0
228
0
파이썬 3.1버전이 다운이 안돼요
1
198
1
맥은 어떻게 하나요?
1
244
1
한글깨짐
0
234
0
사각형이동때
0
187
0





