Re: [Tutor] Various Topics from IDLE to ImageDraw Options

2008-02-13 Thread Alan Gauld
"Wayne Watson" <[EMAIL PROTECTED]> wrote Hi Wayne, welcome to the tutor list. One wee point, dont reply to existing messages with a new subject. Those of us using threaded readers are likely to miss it unless we are folowing the thread. tHis one popped up halfway through the long thread on POOP!

[Tutor] Various Topics from IDLE to ImageDraw Options

2008-02-13 Thread Wayne Watson
I'm just getting started in Python but have begun with a challenging project. It's a 2000+ line program that provides works with a GUI for essentially a video device. As such, it displays dialogs, still images, push buttons, menus, and the like. It uses OOP. Ten years ago I was into OOP with C+