Re: [Tutor] Wish to upgrade Python 3.6.5 to Python 3.6.6 for Linux Mint 19

2018-07-15 Thread Mats Wichmann
On 07/15/2018 12:38 AM, boB Stepp wrote: > On Sat, Jul 14, 2018 at 11:52 PM boB Stepp wrote: >> >> On Sat, Jul 14, 2018 at 8:43 PM boB Stepp wrote: >>> >>> On Sat, Jul 14, 2018 at 8:23 PM Mats Wichmann wrote: take a look at pyenv. should make it fairly easy. https://github.co

[Tutor] putting accent on letters while user is typing in Entrybox (Tkinter)

2018-07-15 Thread Ali M
Hi. I want to write these (ĝ, ĉ, ĵ, ĥ, ŭ, ĉ) accented letters when the user types (gx, cx, jx, ux, cx). when user types 'gx' for example i want to remove that x and replace it with the accent. how should i do that? and how should i specify which accent goes above which letter? thanks.

Re: [Tutor] Wish to upgrade Python 3.6.5 to Python 3.6.6 for Linux Mint 19

2018-07-15 Thread Terry Carroll
On Sat, 14 Jul 2018, boB Stepp wrote: Linux Mint 19 comes with Python 3.6.5 pre-installed But after much searching I cannot find an _easy_ way to do this upgrade. Unlike many distributions, Mint's philosophy is *not* to install most updates by default, on the "if it's not broken, don't fi

Re: [Tutor] Wish to upgrade Python 3.6.5 to Python 3.6.6 for Linux Mint 19

2018-07-15 Thread boB Stepp
On Sun, Jul 15, 2018 at 3:30 PM Terry Carroll wrote: > That being said, if you do want to update to the latest version available > for Mint, this command should do it for you: > >sudo apt-get install --only-upgrade python3 > > If Mint doesn't have a vetted 3.6.6 yet, I would leave it alone. T

[Tutor] 哦zdtzewsswzzs

2018-07-15 Thread Ting Qu
___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

[Tutor] 草中心主任ccttfz

2018-07-15 Thread Ting Qu
___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

[Tutor] 你

2018-07-15 Thread Ting Qu
这次S太相信z C x x z c z xs ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

[Tutor] ze

2018-07-15 Thread Ting Qu
___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Wish to upgrade Python 3.6.5 to Python 3.6.6 for Linux Mint 19

2018-07-15 Thread boB Stepp
On Sat, Jul 14, 2018 at 8:23 PM Mats Wichmann wrote: > > take a look at pyenv. should make it fairly easy. > > https://github.com/pyenv/pyenv I just completed getting access to Python 3.6.6 using pyenv, so I guess I'll post my experience for future searchers. It was not totally painless, and I a

Re: [Tutor] putting accent on letters while user is typing in Entrybox (Tkinter)

2018-07-15 Thread Alan Gauld via Tutor
On 15/07/18 20:44, Ali M wrote: > Hi. I want to write these (ĝ, ĉ, ĵ, ĥ, ŭ, ĉ) accented letters when the user > types (gx, cx, jx, ux, cx). > > when user types 'gx' for example i want to remove that x and replace it > with the accent. how should i do that? and how should i specify which > accent g