Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject: + ': 0.07; 'tkinter': 0.07; 'python': 0.11; '2.7': 0.14; 'subject:gui': 0.16; 'subject:python': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'to:name:python-list@python.org': 0.22; 'header:In-Reply- To:1': 0.27; 'experiences': 0.30; 'message-id:@mail.gmail.com': 0.30; 'sep': 0.31; 'fri,': 0.33; 'received:google.com': 0.35; 'really': 0.36; 'doubt': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; '(from': 0.39; '12,': 0.39; 'to:addr:python.org': 0.39; 'thomas': 0.65; 'subject:very': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=SwQCvmzvrpEuVyuvUmyCKpP6sC9JUStl8X3rKNblQOg=; b=LuwDiY4MUe0RZHlUvHwIAJBh8cT39QqXgVS/4k6/sfBt/IbAwFzB8bxWV82VNeavUw Y9D8Ud4YP+Cx9dve6M7sUdHn3b+Aj+CHBevPED1pokneTwCmrkyBGUZBK9sYgB3lANWZ 6SxOZYXo/oTPOs+eSAmVJPN88JiA4NLHYIBEhET+MZGjehhq41vH1J3ex2GjA7FVzCgA XjPJAtdlSF9EyBtpAAg7GFAYIffQbemDKPdZLIkmvd6maf2a7Ki9+p74JffW5U4oDTV0 NSDNmXU3sflWYnRKbv7pY8CCFIS2VKoK7tNf0KiBv9IMSMXJfEdHJ9W3Ed0snhsWCiwx 7vLg== X-Received: by 10.182.103.165 with SMTP id fx5mr10690129obb.61.1410550146794; Fri, 12 Sep 2014 12:29:06 -0700 (PDT) MIME-Version: 1.0 Sender: zachary.ware@gmail.com In-Reply-To: References: <541320D4.5030800@shopzeus.com> From: Zachary Ware Date: Fri, 12 Sep 2014 14:28:46 -0500 X-Google-Sender-Auth: zoEAv8rnTl14bFOERcPhriLv0AM Subject: Re: very lightweight gui for win32 + python 3.4 To: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410550156 news.xs4all.nl 2912 [2001:888:2000:d::a6]:44912 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77820 On Fri, Sep 12, 2014 at 1:35 PM, Thomas Heller wrote: > Does Tkinter really work well with cx_Freeze? I doubt it (from my > experiences with py2exe). Just to give anecdotal evidence, I have used Tkinter successfully without much headache with both cx_Freeze (with Python 2.7 and 3.1-3.2) and py2exe (with Python 3.4). -- Zach