Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:not': 0.03; 'cpython': 0.05; 'tkinter': 0.07; 'versions.': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'psf': 0.10; 'python': 0.11; 'bug': 0.12; 'windows': 0.15; 'language?': 0.16; 'optional': 0.16; 'optional.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:python3': 0.16; 'ubuntu,': 0.16; 'unicode,': 0.16; 'wrote:': 0.18; 'installation': 0.23; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'libraries': 0.31; 'yes.': 0.31; 'possible.': 0.35; 'module.': 0.36; 'ubuntu': 0.36; 'done': 0.36; 'to:addr:python-list': 0.38; 'files': 0.38; 'pm,': 0.38; 'moving': 0.39; 'reported': 0.39; 'subject:" ': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'hope': 0.61; 'new': 0.61; 'received:173': 0.61; 'advanced': 0.63; 'soon': 0.63; 'more': 0.64; 'relatively': 0.65; 'believe': 0.68; 'default': 0.69; 'hoping': 0.75; 'belief': 0.84; 'installer': 0.84; 'mistaken': 0.84; 'overall,': 0.84; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Jan Reedy Subject: Re: Ubuntu package "python3" does not include tkinter Date: Fri, 19 Apr 2013 14:42:34 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1366396958 news.xs4all.nl 2196 [2001:888:2000:d::a6]:58168 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43928 On 4/19/2013 1:17 PM, lcrocker wrote: > Am I mistaken in my belief that tkinter is a non-optional part of the > Python language? Yes. The PSF CPython Windows installer makes installation of tcl/tk/tkinter optional. The build files will compile and build Python without tkinter and without other modules that depend on other c libraries (example, lzma). I believe one can build python 2 without unicode, which is much more 'core' than the Tkinter module. > I installed the "python3" package on Ubuntu, and > tkinter is not included--it's an optional package "python3-tk" that > has to be installed separately. I reported this as a bug as was > summarily slapped down. I hope it was done politely ;-). Overall, Ubuntu is relatively advanced in moving to new versions. I believe I read that they are hoping to make 3.3 the default Python as soon as possible.