Re: [Tutor] OT: (Continuous) integration testing: Can a solo developer with very limited resources truly do this?

2016-03-13 Thread Albert-Jan Roskam
> From: d...@hashcollision.org > Date: Sat, 12 Mar 2016 18:34:02 -0800 > To: robertvst...@gmail.com > Subject: Re: [Tutor] OT: (Continuous) integration testing: Can a solo > developer with very limited resources truly do this? > CC: tutor@python.org > > On Sat, Mar 12, 2016 at 10:10 AM, boB Ste

Re: [Tutor] Changing the interpreter prompt symbol from ">>>" to ???

2016-03-13 Thread Albert-Jan Roskam
> From: eryk...@gmail.com > Date: Sun, 13 Mar 2016 01:39:11 -0600 > To: tutor@python.org > Subject: Re: [Tutor] Changing the interpreter prompt symbol from ">>>" to ??? > > On Sat, Mar 12, 2016 at 12:46 AM, boB Stepp wrote: > > I did with the non-printing control character, but not with '\u25ba

Re: [Tutor] OT: (Continuous) integration testing: Can a solo developer with very limited resources truly do this?

2016-03-13 Thread Alan Gauld
On 13/03/16 02:21, boB Stepp wrote: > On Sat, Mar 12, 2016 at 2:02 PM, Alan Gauld wrote: >> On 12/03/16 18:10, boB Stepp wrote: > Does one need to already have installation media for each OS to be > used, or are they pre-loaded? If the first, for Windows that could > potentially be a chunk of mo

Re: [Tutor] Pmw/Tkinter question

2016-03-13 Thread Albert-Jan Roskam
> Date: Sat, 12 Mar 2016 23:08:20 -0600 > Subject: Re: [Tutor] Pmw/Tkinter question > From: robertvst...@gmail.com > To: sjeik_ap...@hotmail.com > CC: tutor@python.org > > On Sat, Mar 12, 2016 at 2:17 AM, Albert-Jan Roskam > wrote: >> Hello, >> >> Below is

Re: [Tutor] Changing the interpreter prompt symbol from ">>>" to ???

2016-03-13 Thread eryk sun
On Sun, Mar 13, 2016 at 3:14 AM, Albert-Jan Roskam wrote: > I thought that utf-8 (cp65001) is by definition (or by design?) impossible > for console output in windows? Aren't there "w" (wide) versions of functions > that do accept utf-8? The wide-character API works with the native Windows charac

Re: [Tutor] Pmw/Tkinter question

2016-03-13 Thread boB Stepp
On Sun, Mar 13, 2016 at 11:01 AM, Albert-Jan Roskam wrote: > > Thanks! However, if you replace 'broccoli' with a much longer option, you > will see what I meant with the alignment problem. One can no longer read the > first letters of the option once it'

Re: [Tutor] Pmw/Tkinter question

2016-03-13 Thread boB Stepp
On Sun, Mar 13, 2016 at 6:06 PM, boB Stepp wrote: > On Sun, Mar 13, 2016 at 11:01 AM, Albert-Jan Roskam > wrote: >> > >> Thanks! However, if you replace 'broccoli' with a much longer option, you >> will see what I meant with the alignment problem. One can

Re: [Tutor] Pmw/Tkinter question

2016-03-13 Thread Oscar Benjamin
On 13 Mar 2016 23:25, "boB Stepp" wrote: > > On Sun, Mar 13, 2016 at 6:06 PM, boB Stepp wrote: > > On Sun, Mar 13, 2016 at 11:01 AM, Albert-Jan Roskam > > wrote: > >> > > > >> Thanks! However, if you replace 'broccoli' with a much longer option, you will

Re: [Tutor] Pmw/Tkinter question

2016-03-13 Thread boB Stepp
I just cannot leave this problem alone; however, I *do* believe I have found the correct way to do what Albert-Jan desires within the publicly accessible features of Pmw and Tkinter. I looked at the Pmw documentation online at http://pmw.sourceforge.net/doc/OptionMenu.html and it said: menubut