Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100008
| Path | csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Zachary Ware <zachary.ware+pylist@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Frozen apps (py2exe, cx_freeze) built with Python 3.5 |
| Date | Fri, 4 Dec 2015 11:26:58 -0600 |
| Lines | 12 |
| Sender | zachary.ware@gmail.com |
| Message-ID | <mailman.201.1449250047.14615.python-list@python.org> (permalink) |
| References | <94a5d971-ebd0-4385-b276-b33468f5497e@googlegroups.com> <CALwzidkt4Yc+iKFs3jJpXPRZiPzE3j+S5rHaZxmAV1PKU8FwHw@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de h6JhS9VSZhZly8Yp20jukQcHkthx/5ISI4oBOTwbFm6Q== |
| Return-Path | <zachary.ware@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.032 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.10; 'binary,': 0.16; 'expectation.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'xp?': 0.16; 'wrote:': 0.16; "wouldn't": 0.16; 'sender:addr:gmail.com': 0.18; '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; "i'll": 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': 0.38; 'received:209.85.214': 0.39; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'confirm': 0.62; 'received:209.85.214.181': 0.84; 'received:mail-ob0-f181.google.com': 0.84; '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:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=D8NahK5H26VIOy1gopbvFtfgUZ5fGeniQdRilaIlkKA=; b=T5gi8CJ60vF57Zr0bMCvOh0XnYVbnwLwx1PCAhsxm5p2NVq1aB5qjEDf6TbtwFC9Po N6VrM2TPI4OhSdnwqQFlUJf36dbupBGlDB5KF2Dy3R9iH9m3IftnioFqcLqmtz2qK4sl xgQuwzf0sQSOLy+Af+aXMPEH56H0uq8zosavwkk9XG0n2UBFQ/FgpWA0kA3rNtXULDrk CS6m4HwoyFr1e9RA2enLMFMHjJWH6hhMIlUgtPHEAWgIhHjxowGHXm/zL2smjlUsX867 zwMUD08p8brHxSuopjTEAfJ1Bb89ZyDfELCORZBwEBl8X+vBuGK9Nk4ZMUbMsr+cgLOH Y4eA== |
| X-Received | by 10.60.39.200 with SMTP id r8mr13593986oek.81.1449250037869; Fri, 04 Dec 2015 09:27:17 -0800 (PST) |
| In-Reply-To | <CALwzidkt4Yc+iKFs3jJpXPRZiPzE3j+S5rHaZxmAV1PKU8FwHw@mail.gmail.com> |
| X-Google-Sender-Auth | 5tQqnJl9v4p5mfYPUj3Mc2c6AP4 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:100008 |
Show key headers only | View raw
On Fri, Dec 4, 2015 at 10:37 AM, Ian Kelly <ian.g.kelly@gmail.com> wrote: > On Fri, Dec 4, 2015 at 10:21 AM, dfh@forestfield.co.uk > <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. I'll confirm that expectation. -- Zach
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Frozen apps (py2exe, cx_freeze) built with Python 3.5 "dfh@forestfield.co.uk" <dfh@forestfield.co.uk> - 2015-12-04 08:21 -0800 Re: Frozen apps (py2exe, cx_freeze) built with Python 3.5 Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-04 10:37 -0600 Re: Frozen apps (py2exe, cx_freeze) built with Python 3.5 Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-12-04 11:26 -0600
csiph-web