Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99427
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Laura Creighton <lac@openend.se> |
| Newsgroups | comp.lang.python |
| Subject | Re: Istalling python |
| Date | Wed, 25 Nov 2015 10:22:38 +0100 |
| Lines | 21 |
| Message-ID | <mailman.61.1448443366.20593.python-list@python.org> (permalink) |
| 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 | <lac@openend.se> |
| 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 <python-list@python.org> 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 <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:99427 |
Show key headers only | View raw
In a message of Wed, 25 Nov 2015 04:22:54 +0000, ARONA KANAGARATHNA via Python- 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 "python35-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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Istalling python Laura Creighton <lac@openend.se> - 2015-11-25 10:22 +0100
csiph-web