[IPython-dev] readline breaks regular python interp?

Mathew Yeates mathew at yeates.tv
Tue Dec 9 17:48:27 EST 2003


weird. On Windows Xp with Python 2.3  IPython is working fine. But when 
I start  up regular python, things are whacked!

F:\>python
Python 2.3 (#46, Jul 29 2003, 18:54:32) [MSC v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> def foo():
  File "<stdin>", line 1

    ^
IndentationError: expected an indented block
 >>>

what gives?

Mathew



More information about the IPython-dev mailing list