[Tutor] Unsubscribe

2013-05-18 Thread Stafford Baines
I only intend this to be temporary. I'm going away for a couple of weeks and don't want my mailbox overflowing when I return. Thanks for all the help Sent from my iPhone ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription

[Tutor] under, under

2013-05-13 Thread Stafford Baines
Please explain the significance of __some term__. For example __name__ as in If __name__ == '__main__': main() When is the under, under used? Regards, Stafford ___ Tutor maillist - Tutor@python.org To unsubscribe or change

[Tutor] Pi xels

2013-05-09 Thread Stafford Baines
Is there a way of controlling pixels on a graphics screen? I want to be able to draw lines and curves. Is this possible with with Python? Stafford Sent from my iPhone ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription

[Tutor] Games from Mark Dawson#'s book

2013-05-07 Thread Stafford Baines
I recently wrote to this forum about the games downloaded from Mark Dawson's book Python Programming 3rd Edition and couldn't get the graphics games (chapters 11 and 12 of the book) to work. I had helpful and friendly advice from boB and Dave. The book has been written around python 3.1 and I

[Tutor] Using graphics

2013-05-05 Thread Stafford Baines
I have just finished Python Programming by Michael Dawson. A wonderful book with downloadable examples. However, after many hours of frustrating attempts I can't get the graphics to work. I get error messages such as 'no module called python.image' I have made sure that the folder Livewires