python - Microsoft Visual Studio 2015 Interactive window -
i'm running microsoft visual studio 2015 , trying run python 3.4 - 64-bit interactive window shows <disconnected>
. if try restart - following error:
method not found:'microsoft.visualstudio.text.spanmicrosoft.visualstudio.interactivewindow.iinteractivewindow.writeerro(system.string)'.
i've tried reinstall updated , appropriate python tool kit. i've repaired installation of visual studio. interactive window nonfunctional , can't type window. true if change interpreter 2.7. configure interactive window properties doesn't have options connect python interpreter.
python debug interactive doesn't work , gives same error. right click > highlighting code > send interactive, in .py
file open (which runs fine) gives same error.
i believe because need install separate interpreter (cpython, ironpython), described here: https://github.com/microsoft/ptvs/wiki/ptvs-installation
Comments
Post a Comment