Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject: + ': 0.07; 'tkinter': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tcl/tk': 0.09; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'subject:gui': 0.16; 'subject:python': 0.16; 'files.': 0.16; 'wrote:': 0.18; 'meant': 0.20; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'experiences': 0.30; 'especially': 0.30; 'but': 0.35; 'really': 0.36; 'doubt': 0.36; 'being': 0.38; 'problems': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; '(from': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'full': 0.61; 'thomas': 0.65; 'subject:very': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Thomas Heller Subject: Re: very lightweight gui for win32 + python 3.4 Date: Sat, 13 Sep 2014 13:31:48 +0200 References: <541320D4.5030800@shopzeus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: p5b27c5ab.dip0.t-ipconnect.de User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410607860 news.xs4all.nl 2910 [2001:888:2000:d::a6]:53766 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77846 Am 13.09.2014 03:19, schrieb Grant Edwards: > On 2014-09-12, Thomas Heller wrote: >> Am 12.09.2014 18:38, schrieb Chris Angelico: >> >> Does Tkinter really work well with cx_Freeze? I doubt it (from my >> experiences with py2exe). > > I never had any problems with Tkinter and py2exe, but you do get > a considerably larger distribution than you do with wxWindows. > That was what I meant - sorry for being unclear. Especially you cannot create single-file executables with py2exe, you get a directory full with the tcl/tk files.