Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Frozen apps (py2exe, cx_freeze) built with Python 3.5 Date: Fri, 4 Dec 2015 10:37:21 -0600 Lines: 6 Message-ID: References: <94a5d971-ebd0-4385-b276-b33468f5497e@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de fiMSsEbHRpTIGGMMctcfHQJtJjo2zN/syyycWW5TG0lA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.10; 'binary,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'xp?': 0.16; 'wrote:': 0.16; "wouldn't": 0.16; 'windows': 0.20; '2015': 0.20; 'am,': 0.23; 'dec': 0.23; 'header:In-Reply-To:1': 0.24; 'fri,': 0.27; 'packaging': 0.27; 'message-id:@mail.gmail.com': 0.27; 'subject:) ': 0.32; 'run': 0.33; 'received:google.com': 0.35; 'knowledge': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'created': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'expect': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'subject:Frozen': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=OL1UMqnYQ/ahPtI8QpqPOdsp8nInywDWCz8qIDPG51w=; b=tWDi0oAqmvizPTml7xeTwcjWl/qok2th/Cr+M7PRCIGV3kDIzyCQY34EtC3I8JiVlY 6OKtYQADrahobGLWZSG0u7LDeGcj9WN84J26qqKg5DLMdFzTCf6uoK5YZ/re7vBWNc3D BMQygP4JOlvBudxhZHTP3+hDRYaw+P5mQlkyNazePGUHmNrVPmy1dKCKJAjMidp/iiP8 WQ1R2EwkOXTbAocIvH15c22enmLVb3UdjkFz7CtvOj/lbQKsq2oJ8NlCHaEIe6kgcgo/ Oxxkmf2K6fRG4hcamhl5xZXC0EN24pCkqEF2vCVhgLaC5T5iGYxgCbH8QHe/IzFlBhQq nUGA== X-Received: by 10.50.150.106 with SMTP id uh10mr5001462igb.85.1449247080752; Fri, 04 Dec 2015 08:38:00 -0800 (PST) In-Reply-To: <94a5d971-ebd0-4385-b276-b33468f5497e@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100007 On Fri, Dec 4, 2015 at 10:21 AM, dfh@forestfield.co.uk wrote: > Python 3.5 will not run under Windows XP, but what about applications created using py2exe or cx_freeze under Windows 7, 8 or 10, is there any knowledge of whether they will run under XP? I wouldn't expect them to. Those bundlers are just packaging up the Python binary, so they should have all the same problems.