You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
then run "code hello.py" from a console that is configured with an Anaconda version of Python 3.6.
put a breakpoint on that line and press F5
click "Debug Console" and type in "import os"
Actual
Traceback (most recent call last):
File "c:\Users\clovett\.vscode\extensions\ms-python.python-2018.12.0\pythonFiles\lib\python\ptvsd\_vendored\pydevd\pydevconsole.py", line 449, in get_interpreter
interpreterInterface = getattr(__builtin__, 'interpreter')
AttributeError: module 'builtins' has no attribute 'interpreter'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\Users\clovett\.vscode\extensions\ms-python.python-2018.12.0\pythonFiles\lib\python\ptvsd\_vendored\pydevd\_pydevd_bundle\pydevd_comm.py", line 1381, in do_it
msg = _pydev_completer.generate_completions_as_xml(frame, self.act_tok)
File "c:\Users\clovett\.vscode\extensions\ms-python.python-2018.12.0\pythonFiles\lib\python\ptvsd\_vendored\pydevd\_pydev_bundle\_pydev_completer.py", line 167, in generate_completions_as_xml
completions = pydevconsole.get_completions(act_tok, act_tok, updated_globals, frame.f_locals)
File "c:\Users\clovett\.vscod...
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/Users/artemav/.vscode/extensions/ms-python.python-2018.12.1/pythonFiles/lib/python/ptvsd/_vendored/pydevd/pydevconsole.py", line 449, in get_interpreter
interpreterInterface = getattr(__builtin__, 'interpreter')
AttributeError: module 'builtins' has no attribute 'interpreter'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/artemav/.vscode/extensions/ms-python.python-2018.12.1/pythonFiles/lib/python/ptvsd/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 1381, in do_it
msg = _pydev_completer.generate_completions_as_xml(frame, self.act_tok)
File "/Users/artemav/.vscode/extensions/ms-python.python-2018.12.1/pythonFiles/lib/python/ptvsd/_vendored/pydevd/_pydev_bundle/_pydev_completer.py", line 167, in generate_completions_as_xml
completions = pydevconsole.get_completions(act_tok, act_tok, updated_globals, frame.f_locals)
File "/Users/artemav/.vscode/extens...
…builtins has no interpreter) (#1081)
* Change completions command to Debug Adapter Protocol. Fixes#1000
* Fixed 'NoneType' object is not callable. Fixes#987
@lovettchris commented on Thu Dec 13 2018
Repro
Actual
The text was updated successfully, but these errors were encountered: