Re: [Tutor] tkinter window not showing max, min and close buttons

2015-07-21 Thread Alan Gauld
On 21/07/15 06:05, Chris Roy-Smith wrote: I am working my way through Alan Gauld's tutorial and have just started the section on GUI. The windows that are created look odd with no title bar or maximise, minimise or close window button. The simplest program that should show the icons is: >>> i

Re: [Tutor] tkinter window not showing max, min and close buttons

2015-07-21 Thread Chris Roy-Smith
On 21/07/15 17:02, Alan Gauld wrote: On 21/07/15 06:05, Chris Roy-Smith wrote: I am working my way through Alan Gauld's tutorial and have just started the section on GUI. The windows that are created look odd with no title bar or maximise, minimise or close window button. The simplest program

Re: [Tutor] tkinter window not showing max, min and close buttons

2015-07-21 Thread Alan Gauld
On 21/07/15 08:15, Chris Roy-Smith wrote: On 21/07/15 17:02, Alan Gauld wrote: On 21/07/15 06:05, Chris Roy-Smith wrote: I am working my way through Alan Gauld's tutorial and have just started the section on GUI. The windows that are created look odd with no title bar or maximise, minimise or c

Re: [Tutor] Identifying V3 examples

2015-07-21 Thread Alan Gauld
Forwarding to group, please use Reply All when replying to the group. On 21/07/15 14:27, Jon Paris wrote: Just about everywhere I had looked Alan! I had figured out the print() bit pretty early on but some other things were more problematic - particularly when 2to3 basically just added comment

Re: [Tutor] tkinter window not showing max, min and close buttons

2015-07-21 Thread Chris Roy-Smith
On 21/07/15 21:52, Alan Gauld wrote: On 21/07/15 08:15, Chris Roy-Smith wrote: On 21/07/15 17:02, Alan Gauld wrote: On 21/07/15 06:05, Chris Roy-Smith wrote: I am working my way through Alan Gauld's tutorial and have just started the section on GUI. The windows that are created look odd with n

Re: [Tutor] Identifying V3 examples

2015-07-21 Thread Jon Paris
The one example I specifically remember was this one http://code.activestate.com/recipes/532908-text-to-pdf-converter-rewrite/ - I happened to be looking for a simple pdf utility and this one was well reviewed. I subsequently have been told that the parts that 2to3 had trouble with were bad pra

Re: [Tutor] tkinter window not showing max, min and close buttons

2015-07-21 Thread Chris Roy-Smith
On 22/07/15 08:07, Chris Roy-Smith wrote: On 21/07/15 21:52, Alan Gauld wrote: On 21/07/15 08:15, Chris Roy-Smith wrote: On 21/07/15 17:02, Alan Gauld wrote: On 21/07/15 06:05, Chris Roy-Smith wrote: I am working my way through Alan Gauld's tutorial and have just started the section on GUI. T

Re: [Tutor] Identifying V3 examples

2015-07-21 Thread Alan Gauld
On 21/07/15 21:19, Jon Paris wrote: The one example I specifically remember was this one http://code.activestate.com/recipes/ For Activestate check the languages tab. You can choose to see only Python 2 or Python 3 recipes. HTH -- Alan G Author of the Learn to Program web site http://www.ala