Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: Istalling python Date: Wed, 25 Nov 2015 10:22:38 +0100 Lines: 21 Message-ID: References: <1283946663.9514492.1448425374289.JavaMail.yahoo.ref@mail.yahoo.com> <1283946663.9514492.1448425374289.JavaMail.yahoo@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de TylZg9fHRJch6ohZ6oaC9Ag+U/sQxOcs3PudRZ5U6z5Q== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'win32': 0.03; 'cc:addr :python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; 'subject:python': 0.14; 'wed,': 0.15; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'laura': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'trying': 0.22; 'cc:no real name:2**0': 0.22; 'tried': 0.24; 'install': 0.25; 'installed': 0.26; 'skip:" 20': 0.26; "skip:' 10": 0.28; 'received:se': 0.29; 'system,': 0.30; 'work.': 0.30; 'run': 0.33; 'problem': 0.33; 'url:python': 0.33; 'url:downloads': 0.33; 'list': 0.34; 'gives': 0.35; 'so,': 0.35; 'could': 0.35; 'nov': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'operating': 0.37; 'charset:us-ascii': 0.37; 'version': 0.38; 'means': 0.39; 'does': 0.39; 'software': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'here:': 0.63; 'latest': 0.64; 'to:addr:yahoo.com': 0.80; '3.4': 0.84; 'header:In-reply-to:1': 0.84; 'python-': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1448443361; bh=lyCZ8R8GGY7IbBN/hc0oIvajzjIFPSNMRc9cPYxkYA4=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=F2mu//vL8b55T6DOSpUx76F9geYas15Bqyk4DbCCFVFfQbB2MLQmoj1CVXjWFt2d6 oml3TX1My0lq/dqbli20bhdMP6PN4OePrJmIZlUe3OdjgvaM01gsISF+uIffxZSsYi egcEIc0C9FXjj9NtbvQi5aWBG7/I02F1IpG8iojg= In-reply-to: <1283946663.9514492.1448425374289.JavaMail.yahoo@mail.yahoo.com> Comments: In-reply-to ARONA KANAGARATHNA via Python-list message dated "Wed, 25 Nov 2015 04:22:54 +0000." Content-ID: <14433.1448443358.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Wed, 25 Nov 2015 10:22:41 +0100 (CET) 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:99427 In a message of Wed, 25 Nov 2015 04:22:54 +0000, ARONA KANAGARATHNA via Py= thon- list writes: >I tried to install this software python 3.4.3 to my pc which run windows = Xp 32. i could installed but it doesnot run.it gives this message "python3= 5-32/python.exe isnot a valid win32 app.Please help me to get solved this = problem >Thanks >Aruna The 'python35-32' part means that what you were trying to do was install python3.5 not 3.4.3 And that is what did not work. The reason that it did not work is that 3.5 does not run on windows xp. 3.4 is the latest version you can use. So, you can either change your operating system, and then get 3.5, or you can find 3.4.3 over here: https://www.python.org/downloads/release/python-343/ (downloads on the bottom of the page). Laura