Re: [Tutor] Tutor Digest, Vol 88, Issue 56

2011-06-16 Thread Steven D'Aprano
WolfRage wrote: CODE BELOW #!/usr/bin/python3 """With this method I can make the class "Screen" become "stdscr" but if I refernce any of the new methods or properties the applications promptly fails and notifies me that the attribute does not exist.""" That's because it doesn't exist.

Re: [Tutor] Tutor Digest, Vol 88, Issue 56

2011-06-15 Thread WolfRage
> From: Steven D'Aprano > To: Python Tutor > Subject: Re: [Tutor] Already Initialized Object Inheritance? > Message-ID: <4df898e9.5050...@pearwood.info> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > WolfRage wrote: > > Unfortunately I am not able to inherit "stdscr" using tha