• 카테고리

    질문 & 답변
  • 세부 분야

    게임 프로그래밍

  • 해결 여부

    미해결

pycharm에서 디버깅이 안되는 문제 질문

16.08.10 20:42 작성 조회수 355

0

안녕하세요.  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

답변을 작성해보세요.

답변을 기다리고 있는 질문이에요.
첫번째 답변을 남겨보세요!