From: "André Dahlqvist" <andre.dahlqvist@telia.com>
To: Linux kernel <linux-kernel@vger.kernel.org>
Subject: Re: python now required for kernel compile -- <grin>
Date: Fri, 24 Aug 2001 11:28:37 +0200 [thread overview]
Message-ID: <20010824112837.A2779@telia.com> (raw)
In-Reply-To: <Pine.LNX.3.95.1010823083600.5631A-100000@chaos.analogic.com>
In-Reply-To: <Pine.LNX.3.95.1010823083600.5631A-100000@chaos.analogic.com>
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>
prev parent reply other threads:[~2001-08-24 9:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-23 12:38 python now required for kernel compile -- <grin> Richard B. Johnson
2001-08-24 9:28 ` André Dahlqvist [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010824112837.A2779@telia.com \
--to=andre.dahlqvist@telia.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.