[IPython-dev] readline breaks regular python interp?

Gary Bishop gb at cs.unc.edu
Tue Dec 9 17:53:52 EST 2003


Works fine for me here on XP with Python 2.3.2 running on vmware.

C:\Documents and Settings\gb>c:\Python23\python.exe
Python 2.3.2 (#49, Oct  2 2003, 20:02:00) [MSC v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> def foo():
...   return 5
...


gb

On Tue, 09 Dec 2003 14:48:27 -0800 "Mathew Yeates" <mathew at yeates.tv> wrote:
> 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

> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.net
> http://scipy.net/mailman/listinfo/ipython-dev



More information about the IPython-dev mailing list