Re: Read arrow keys

2013-02-21 Thread Phil
On 21/02/13 13:36, Ned Deily wrote: In article <51255c8a.7090...@bigpond.com>, Phil wrote: I'm attempting to put a simple remote control program together and to do so I need to check if the arrows are pressed. I could probably do this with pyqt4 but I'm looking for something simple to experimen

Re: Read arrow keys

2013-02-20 Thread Ned Deily
In article , Chris Angelico wrote: > On Thu, Feb 21, 2013 at 2:36 PM, Ned Deily wrote: > > the venerable curses module > > See, now, curses is *definitely* venerable. I think that means Python > is venerable too. Wp sez that a Curses was released with 4BSD in 1980 so it's much more venerable

Re: Read arrow keys

2013-02-20 Thread Chris Angelico
On Thu, Feb 21, 2013 at 2:36 PM, Ned Deily wrote: > the venerable curses module See, now, curses is *definitely* venerable. I think that means Python is venerable too. :) ChrisA -- http://mail.python.org/mailman/listinfo/python-list

Re: Read arrow keys

2013-02-20 Thread Ned Deily
In article <51255c8a.7090...@bigpond.com>, Phil wrote: > I'm attempting to put a simple remote control program together and to do > so I need to check if the arrows are pressed. I could probably do this > with pyqt4 but I'm looking for something simple to experiment with. > > Pygame looked lik

Read arrow keys

2013-02-20 Thread Phil
Thank you for reading this. I'm attempting to put a simple remote control program together and to do so I need to check if the arrows are pressed. I could probably do this with pyqt4 but I'm looking for something simple to experiment with. Pygame looked like a suitable solution but the error