2009-10-16 2 views

ответ

0

Try:

python -u `which ipython` 

Не уверен, что если он будет работать, хотя.

1

От человека страницы Пайтона:

-u  Force stdin, stdout and stderr to be totally unbuffered. On systems where it matters, also put stdin, stdout and 
      stderr in binary mode. Note that there is internal buffering in xreadlines(), readlines() and file-object itera‐ 
      tors ("for line in sys.stdin") which is not influenced by this option. To work around this, you will want to use 
      "sys.stdin.readline()" inside a "while 1:" loop. 

При использовании небуферизованного режима мешает Readline, это, безусловно, будет мешать еще со всей магией редактирования и автозаполнение, что IPython дают вам. Я склонен подозревать, что этот параметр командной строки отсутствует в iPython.