Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sublimeREPL python 2.7.10 Windows 7 - hanging #494

Open
rhydar opened this issue Oct 11, 2016 · 1 comment
Open

sublimeREPL python 2.7.10 Windows 7 - hanging #494

rhydar opened this issue Oct 11, 2016 · 1 comment

Comments

@rhydar
Copy link

rhydar commented Oct 11, 2016

Hi
When running sublimeREPL python certain commands cause the REPL console to hang. An example:

import numpy as np
help(np)

will cause console to hang. In Windows Task Manager the following command line process is called:

C:\Python27\python.EXE -i -u

Any assistance appreciated. I use sublimeREPL extensively and haven't had this issue before.

@ngr-t
Copy link

ngr-t commented Mar 27, 2017

Currently this package reads the output of running process one byte by one byte on Windows. This causes significant slow-down on a large output (such as the whole help document for Numpy module). #307 fixes this issue, but currently it has some conflicts and not been merged. As a work around for now, you can just copy the code of repl/subprocess_repl.py from the PR and paste it into that of the package directory and REPL will work for large outputs. In my environment this works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants