[IronPython] IronPython Console on Unix.

Michael Foord fuzzyman at voidspace.org.uk
Sun Jul 23 00:21:50 CEST 2006


Jonathan Jacobs wrote:
> Michael Foord wrote:
>   
>> Hmm... I've just tried it on several windows interpreters.
>>
>> Ctrl-Z as an exit works on Python 2.2.3 (???), but not Python 2.3, 2.4, 
>> or 2.5b1
>>     
>
> Did you forget to press enter after typing Ctrl-Z, like the "exit" message says?
>   
Nope I didn't forget - and it still didn't work.

Fuzzyman
http://www.voidspace.org.uk/python/index.shtml
> Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> exit
> 'Use Ctrl-Z plus Return to exit.'
>
> Incidentally, under *nix there is no need for enter after pressing Ctrl-D.
>
> Python 2.4.4c0 (#2, Jun 14 2006, 22:35:41)
> [GCC 4.1.2 20060613 (prerelease) (Debian 4.1.1-4)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> exit
> 'Use Ctrl-D (i.e. EOF) to exit.'
>   




More information about the Ironpython-users mailing list