Re: python now required for kernel compile -- <grin>

From: André Dahlqvist (andre.dahlqvist@telia.com)
Date: Fri Aug 24 2001 - 04:28:37 EST


Richard B. Johnson <root@chaos.analogic.com> wrote:

> Python 1.3 (Mar 11 1996) [GCC 2.7.2]
> Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
> >>> ^C
> KeyboardInterrupt
> >>> ^C
> KeyboardInterrupt
> >>> ^C
> KeyboardInterrupt
> >>> help
> >Traceback (innermost last):
> File "<stdin>", line 1, in ?
> NameError: help
> >>> quit
> >Traceback (innermost last):
> File "<stdin>", line 1, in ?
> NameError: quit

With python2 (which is required for CML2):

andre@sledgehammer:~$ python2
Python 2.0.1 (#0, Jun 23 2001, 23:50:30)
[GCC 2.95.4 20010319 (Debian prerelease)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> quit
'Use Ctrl-D (i.e. EOF) to exit.'
>>> exit
'Use Ctrl-D (i.e. EOF) to exit.'

-- 

André Dahlqvist <andre.dahlqvist@telia.com> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Aug 31 2001 - 21:00:08 EST