안녕하세요. 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을 설치하여 사용하고 있습니다. 도움 부탁드립니다. 감사합니다.
에러내용은 아래와 같습니다. ERROR: ORA-01089: immediate shutdown in progress - no operations are permitted Process ID:0 Session ID:0 Serial number: 0 잘못됐나 싶어서 지우고 다시 깔았는데도 같은현상이네요..
[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.084 s [INFO] Finished at: 2016-08-03T03:54:28+09:00 [INFO] Final Memory: 6M/153M [INFO] ------------------------------------------------------------------------ [ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoGoalSpecifiedException
3강에서 버튼이 안눌리는건 원인은 잘 모르지만 콘스트레인 잘 만졌더니 되더라구요 근데 이번 4강에서 각 버튼을 만들고 실행하려니 오류가 생깁니다 sender를 저번처럼 UIButton으로 바꿔도 해결이 안됩니다 디버그 네비게이터로 넘어가서 스레드1의 12메인, class 시작하는 부분에 붉게 강조되고 Thread 1: signal SIGABRT 라고 뜨는데 원인이 뭔가요?