Re: [Tutor] interface

2015-12-19 Thread Alex Kleider
On 2015-12-18 17:22, Alan Gauld wrote: FWIW My recent book Python Projects includes coverage of both ttk and Tix as well as core tkinter. But it's only designed to be a taster, it's not a complete reference. It's more about the general approach to putting a UI on an app than about any specific t

Re: [Tutor] help!

2015-12-19 Thread Mark Lawrence
On 20/12/2015 00:33, Alan Gauld wrote: On 19/12/15 17:39, Nathaniel Olivier via Tutor wrote: I don't understand what's wrong with this piece of code? It does help if you give a more meaningful subject when asking, otherwise trying to find a specific thread in the archives is all but impossib

Re: [Tutor] OOD post missing

2015-12-19 Thread Alan Gauld
On 19/12/15 16:05, Alan Gauld wrote: > I've asked the list managers to see if they can find out > what's happening It seems the vanishing messages come into the moderation queue as multi-part mime messages. Once they are approved they go through content filtering and in these cases the content is

Re: [Tutor] help!

2015-12-19 Thread Alan Gauld
On 19/12/15 17:39, Nathaniel Olivier via Tutor wrote: > I don't understand what's wrong with this piece of code? Thee are several problems > print ("The Flying Circus recently entered your town and are doing a never > seen before performance") > answer=raw_input("Shall you go? Type Yes or No to a

Re: [Tutor] help!

2015-12-19 Thread Steven D'Aprano
On Sat, Dec 19, 2015 at 05:39:15PM +, Nathaniel Olivier via Tutor wrote: > I don't understand what's wrong with this piece of code? > print (" SyntaxError here. If you want multiply lines in a string, use THREE quotation marks, not one: print (""" more than one line of text """)

[Tutor] help!

2015-12-19 Thread Nathaniel Olivier via Tutor
I don't understand what's wrong with this piece of code? print ("The Flying Circus recently entered your town and are doing a never seen before performance") answer=raw_input("Shall you go? Type Yes or No to answer.") def the_flying_circus(): if answer == "Yes" or "yes" or "YES" or "yES":

[Tutor] OOD post missing

2015-12-19 Thread Alan Gauld
Somebody posted a question about OO design this morning. Once more the approved message has disappeared. I've asked the list managers to see if they can find out what's happening but in the meantime if it was your message that has gone please repost it. Sorry about this. -- Alan G List moderato