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.
Hi
When running sublimeREPL python certain commands cause the REPL console to hang. An example:
will cause console to hang. In Windows Task Manager the following command line process is called:
C:\Python27\python.EXE -i -uAny assistance appreciated. I use sublimeREPL extensively and haven't had this issue before.