Re: [Tutor] Problem with graphics.py

2016-08-09 Thread Michael Selik
On Tue, Aug 9, 2016 at 12:51 PM Cyrus Parvereshi wrote: > Hi! I'm starting out with programming by self-studying python with a > textbook used at my university. I came to a chapter that introduced object > oriented programming with graphics tools like GraphWin and Point. However, > even though I

Re: [Tutor] Problem with graphics.py

2016-08-09 Thread Steven D'Aprano
On Tue, Aug 09, 2016 at 09:43:26AM -0700, Cyrus Parvereshi wrote: > Hi! I'm starting out with programming by self-studying python with a > textbook used at my university. I came to a chapter that introduced object > oriented programming with graphics tools like GraphWin and Point. However, > even t

[Tutor] Problem with graphics.py

2016-08-09 Thread Cyrus Parvereshi
Hi! I'm starting out with programming by self-studying python with a textbook used at my university. I came to a chapter that introduced object oriented programming with graphics tools like GraphWin and Point. However, even though I downloaded the author's graphics.py file from his website and put