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
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
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
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
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