Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Istalling python Date: Wed, 25 Nov 2015 17:20:48 +1100 Lines: 11 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=UTF-8 X-Trace: news.uni-berlin.de vKeJ7+gQHVyZhH7xP8pQDw5gag90s4cQPoQWpYJalXFQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'win32': 0.03; 'cc:addr:python-list': 0.09; 'python': 0.10; 'subject:python': 0.14; 'wed,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'still,': 0.16; 'wrote:': 0.16; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'correctly.': 0.22; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'installed': 0.26; 'skip:" 20': 0.26; 'message-id:@mail.gmail.com': 0.27; 'looks': 0.29; 'system,': 0.30; 'run': 0.33; 'problem': 0.33; 'jump': 0.33; 'gives': 0.35; 'received:google.com': 0.35; 'could': 0.35; 'nov': 0.35; 'something': 0.35; 'but': 0.36; 'should': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'operating': 0.37; 'received:209': 0.38; 'goes': 0.39; 'software': 0.40; 'python-list': 0.66; '3.4': 0.84; 'chrisa': 0.84; 'increasingly': 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=tywYZkocZA3yHBDf8AjO4srQ/5XxuzhePc5/rhOkbtQ=; b=KqqVtnebdP0aWhPYzoFICX5MD+ho3mzZI77qlgeDp/1y2aYUNL6orL2Q8P4dxJOnlZ KuuB2Rj0hLN8dMoPMY0mX05wT5U1JKxZ4yOQhWXV6Awdv4ssZoqeyJVSZvysQ0Gvh1M1 fBJ3CnevEoEqLgs7yz3+42tqEGU4hcUlTk2+1aBEOsjwVliqRsG8nGghlD0x+WwJKFEi Iau+fvBFNm1BCASWfDk9tyjOpydftVBft7DhC8EZO9JxZNjEY+1t6fBLITcq+5qOcYl4 iXgpE6hN6rpvltfZUmkL5nEhkRD+BhQssTCwG1AYWU1IHjZnMoDamOFTeO8aIzuPAnlY sqQg== X-Received: by 10.107.3.163 with SMTP id e35mr31298791ioi.157.1448432448478; Tue, 24 Nov 2015 22:20:48 -0800 (PST) In-Reply-To: <1283946663.9514492.1448425374289.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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99415 On Wed, Nov 25, 2015 at 3:22 PM, ARONA KANAGARATHNA via Python-list wrote: > 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 "python35-32/python.exe isnot a valid win32 app.Please help me to get solved this problem It looks like you actually installed Python 3.5, not 3.4. If you get 3.4 installed successfully, it should work correctly. Better still, upgrade to Windows 7, 8, or 10, or make the jump to a free operating system, and start using something that's actually supported; XP is going to become increasingly problematic as time goes on. ChrisA