Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98640

Re: Python.exe is not a valid Win32 application error message

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Python.exe is not a valid Win32 application error message
Date Thu, 12 Nov 2015 00:13:29 +1100
Lines 21
Message-ID <mailman.241.1447247613.16136.python-list@python.org> (permalink)
References <1913826683.1878058.1447115663273.JavaMail.yahoo.ref@mail.yahoo.com> <1913826683.1878058.1447115663273.JavaMail.yahoo@mail.yahoo.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de +8eay1YyLs542qE9ji8/fwAdpIL9z4SODaT+juvNMMdQ==
Return-Path <rosuav@gmail.com>
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; 'received:209.85.223': 0.03; 'subject:application': 0.07; 'cc:addr:python-list': 0.09; '(currently': 0.09; 'python': 0.10; 'subject:error': 0.11; 'subject:not': 0.11; 'vista': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'no;': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'sp3': 0.16; 'wrote:': 0.16; 'runs': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'install,': 0.22; 'am,': 0.23; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'linux': 0.26; 'error': 0.27; 'least': 0.27; 'message- id:@mail.gmail.com': 0.27; 'park,': 0.30; "can't": 0.32; 'are:': 0.32; 'run': 0.33; 'options': 0.33; 'jump': 0.33; 'tue,': 0.34; 'running': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'clear': 0.35; 'newer': 0.35; 'nov': 0.35; 'but': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'support,': 0.37; "won't": 0.38; 'version': 0.38; 'received:209': 0.38; 'does': 0.39; 'rather': 0.39; 'some': 0.40; 'save': 0.60; 'your': 0.60; "you'll": 0.61; 'strange': 0.63; 'python-list': 0.66; 'future,': 0.70; '3.5.1': 0.84; 'chrisa': 0.84; 'onward': 0.84; 'to:none': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=eNab3HdvJNp3hUqFtYZKV8/d/9ybUp2eHw1BTKGJG84=; b=UCcOh7o3k8AwdK+UYRPseQTzy1wTB+9yDzWZKl/ptRxU/snqC/wBSsQQyqLSmpWwd1 BAo4rD5dDvVA3w6q4QK732DCdasho7+8PNes8fEHAcSY7tAuNvrVzEgBeA7GyH+6HnAJ MEvys8immAtEWUQPF1CwIBnpyXZrZT8zHZ7qRljIitcg/FjCsnC64BXyI9saR3vcf93f tNUG8sI80TCtlJEKedng8I544j2ZvEZ5ICnldm48VqIb72Xlra9Lx7sp7n11bXmbAcjq 56f40zd/X0onyGLd49GiAGkw0s/+qPgs1ch25FyxnsUgX7+pzhf8iHrLNwSZlZVji1js MhNQ==
X-Received by 10.107.10.233 with SMTP id 102mr9056076iok.31.1447247609794; Wed, 11 Nov 2015 05:13:29 -0800 (PST)
In-Reply-To <1913826683.1878058.1447115663273.JavaMail.yahoo@mail.yahoo.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 <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:98640

Show key headers only | View raw


On Tue, Nov 10, 2015 at 11:34 AM, M. Kamisato via Python-list
<python-list@python.org> wrote:
> I am running python on Windows XP SP3 and download version 3.5xx.  I got the above error message and could not run the program.
> I have downloaded Python version 2.7xx and it runs fine.
> Is there any way I can get version 3.5xx to run on my computer?
> Mel KamisatoBuena Park, CA

You can't get 3.5 to run on XP, no; your options are:

1) Install Python 3.4, which does support XP
2) Upgrade to a newer version of Windows (anything from Vista onward
will run 3.5; to save having to do this in future, jump straight to 7
or 10)
3) Make the jump to Linux or FreeBSD or some other OS.

When 3.5.1 is released (currently scheduled for early December),
you'll get a clear and simple error when you try to install, rather
than strange issues about it not being a valid program. That won't
change the platform support, but at least it won't be as confusing.

ChrisA

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Python.exe is not a valid Win32 application error message Chris Angelico <rosuav@gmail.com> - 2015-11-12 00:13 +1100
  Re: Python.exe is not a valid Win32 application error message wxjmfauth@gmail.com - 2015-11-11 06:23 -0800
  Re: Python.exe is not a valid Win32 application error message Steve Hayes <hayesstw@telkomsa.net> - 2015-11-12 06:43 +0200
    Re: Python.exe is not a valid Win32 application error message Michael Torrie <torriem@gmail.com> - 2015-11-12 09:47 -0700

csiph-web