Dear Alan
Hi,
First of all let me thank you very much for that excellent
tutorial. As a Python beginner, I learned many things from that.
As I have mentioned in my previous message to this list, in
that example I had to replace "ky = msvcrt.getch()" with
"ky = chr(msvcrt.getch())
rote:
>
>
> On Mon, 8 Aug 2005, Hossein Movahhedian wrote:
>
> >I have copied the following example from "Learning to Program by Alan
> > Gauld (section: Event Driven Programming)". To run it on Linux
> > (Redhat 8.0; Python 2.4) the tutorial sa
Hi All,
I have copied the following example from "Learning to Program by Alan
Gauld (section: Event Driven Programming)". To run it on Linux
(Redhat 8.0; Python 2.4) the tutorial says to replace 'msvcrt'
with 'curses.stdscr'. But there is no stdscr method in curses.
In fact with 'import
Hi All,
Is there a command like more(1) or less(1) in python to display
the output of a command (e.g. dir()) one page at a time?
Thanks
Hossein
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor