On 07/04/17 20:21, Phil wrote:
> After a bit more thought I now realise that I just
> need to use self to reference e[][] in my check function.
You need to use self any time you access any member of your
class. So in your case:
class TestGUI:
def __init__(self, master):
self.master
Phil wrote:
> On Sat, 8 Apr 2017 02:00:38 +1000
>
> This is one of those times where I wish I could delete a sent message.
>
> After a bit more thought I now realise that I just need to use self to
> reference e[][] in my check function.
Relax ;) We all had to go through a learning process.
On Sat, 8 Apr 2017 02:00:38 +1000
This is one of those times where I wish I could delete a sent message.
After a bit more thought I now realise that I just need to use self to
reference e[][] in my check function.
--
Regards,
Phil
___
Tutor maillist