wuub / SublimeREPL

SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
https://github.com/wuub/SublimeREPL
Other
2.14k stars 312 forks source link

IPython NoConsoleScreenBufferError (Windows) #558

Closed QCHighing closed 6 years ago

QCHighing commented 6 years ago

When running any line on the IPython of SublimeREPL on Windows, most times I am getting a NoConsoleScreenBufferError and the console is terminated.

My version info is as followss. ------------我的版本信息如下:------------------------

>pip install --upgrade ipython Requirement already up-to-date: ipython in d:\program files\python36\lib\site-packages (6.4.0)

My Error Info is as follows. --------------问题详情如下:---------------

File "D:\Program Files\Python36\lib\site-packages\prompt_toolkit\terminal\win32_output.py", line 80, in init info = self.get_win32_screen_buffer_info() File "D:\Program Files\Python36\lib\site-packages\prompt_toolkit\terminal\win32_output.py", line 172, in get_win32_screen_buffer_info raise NoConsoleScreenBufferError prompt_toolkit.terminal.win32_output.NoConsoleScreenBufferError: No Windows console found. Are you running cmd.exe? [IPKernelApp] WARNING | Parent appears to have exited, shutting down.

Repl Closed