예제 #1
0
파일: util.py 프로젝트: gregsharp/Slicer
def pythonShell(verbose = True):
  from slicer import app
  console = app.pythonConsole()
  if not console and verbose:
    print("Failed to obtain reference to python shell", file=sys.stderr)
  return console
예제 #2
0
파일: util.py 프로젝트: tavaughan/Slicer
def pythonShell(verbose = True):
  from slicer import app
  console = app.pythonConsole()
  if not console and verbose:
    print("Failed to obtain reference to python shell", file=sys.stderr)
  return console