python - Pycharm Debug mode syntax error -
all of sudden when running pycharm community edition i've started syntax error when running debug mode. tried reinstalling pycharm had no luck error. see before?
traceback (most recent call last): file "/applications/pycharm ce.app/contents/helpers/pydev/pydevd.py", line 26, in <module> _pydevd_bundle.pydevd_additional_thread_info import pydbadditionalthreadinfo file "/applications/pycharm ce.app/contents/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py", line 19, in <module> _pydevd_bundle.pydevd_additional_thread_info_regular import pydbadditionalthreadinfo # @unusedimport file "/applications/pycharm ce.app/contents/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py", line 5, in <module> _pydevd_bundle.pydevd_frame import pydbframe file "/applications/pycharm ce.app/contents/helpers/pydev/_pydevd_bundle/pydevd_frame.py", line 10, in <module> _pydevd_bundle.pydevd_breakpoints import get_exception_breakpoint file "/applications/pycharm ce.app/contents/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py", line 15, in <module> _pydevd_bundle.pydevd_comm import get_global_debugger file "/applications/pycharm ce.app/contents/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 75, in <module> import pydevconsole file "/applications/pycharm ce.app/contents/helpers/pydev/pydevconsole.py", line 10, in <module> _pydevd_bundle.pydevconsole_code_for_ironpython import interactiveconsole file "/applications/pycharm ce.app/contents/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py", line 105 except syntaxerror, err: ^ syntaxerror: invalid syntax
Comments
Post a Comment