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


Groups > comp.lang.python > #91710

Re: Somebody is trying to install python

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'incompatible': 0.07; 'creighton': 0.09; 'subject:trying': 0.09; 'cc:addr:python-list': 0.10; 'python': 0.11; 'subject:python': 0.14; '(also': 0.16; 'amd': 0.16; 'amd64': 0.16; 'binary,': 0.16; 'correctly,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'processor,': 0.16; 'subject:install': 0.16; 'wrote:': 0.16; 'laura': 0.18; 'processor': 0.18; 'windows': 0.20; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'trying': 0.22; '64-bit': 0.22; 'am,': 0.23; '2015': 0.23; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'message-id:@mail.gmail.com': 0.28; '32-bit': 0.29; 'cpu': 0.29; 'windows,': 0.29; 'run': 0.32; 'core': 0.32; 'windows.': 0.33; 'received:google.com': 0.34; 'but': 0.36; 'there': 0.36; 'thanks': 0.36; 'possible': 0.36; 'subject:: ': 0.37; "won't": 0.38; 'tue,': 0.38; 'version': 0.38; 'worth': 0.73; 'chrisa': 0.84; 'presumably': 0.84; 'edition': 0.86; 'to:none': 0.90; 'try.': 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=/MMwAGfyzfNRUBn7ioWiMBoHdbO9M7OB+jnlYCGZzDY=; b=cvSS7XbzsXeITvx/QtCf9bkeTJe3xLhxpSfLtqyFkby7FGa4DjQAtN8BRXGTsBAe4k p/OBWq+ehew+uoWp3Gm8ipd4ed3ZjvWzilMGX9CrmoBrfGPiyYHZxCFBSH46KvfOVmSx wTAtmLy6iYk5uQXUOdxE5iwnE2VLQtTJvpd474Rvwt2DbO5tmxeqp1pgIoy2HfVqYoOq ako6Yduo6zqmRK02QC2GW7vMHDf5PfSgEkWrXf847Yr02CJLozZRn080UjuRjC+8r5Hf UfGFFa7i3yRDzF7RViXb7tJKcQwdNziKOYoDOj6kL0ILAsw0yXFeva2PeH+vkgcqLsmE K7xw==
MIME-Version 1.0
X-Received by 10.107.134.153 with SMTP id q25mr28397721ioi.27.1433188096139; Mon, 01 Jun 2015 12:48:16 -0700 (PDT)
In-Reply-To <201506011816.t51IGR4s032445@fido.openend.se>
References <201506011816.t51IGR4s032445@fido.openend.se>
Date Tue, 2 Jun 2015 05:48:16 +1000
Subject Re: Somebody is trying to install python
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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>
Newsgroups comp.lang.python
Message-ID <mailman.13.1433188098.13271.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1433188098 news.xs4all.nl 2911 [2001:888:2000:d::a6]:54044
X-Complaints-To abuse@xs4all.nl
X-Received-Bytes 3975
X-Received-Body-CRC 4286175447
Xref csiph.com comp.lang.python:91710

Show key headers only | View raw


On Tue, Jun 2, 2015 at 4:16 AM, Laura Creighton <lac@openend.se> wrote:
> trying to install a binary, opp system windows xp tried python 2 and three
> both failed said incompatible processor, my pc is 1 year old with an AMD
> 6200 6 core processor
> thanks
> Dave

Hi David!

Do you know what edition of Windows you have installed? Presumably the
CPU you have there is a 64-bit one (also known as amd64 or x86_64),
but if you had a 32-bit Windows, you won't be able to run 64-bit
programs on it. With Windows XP, the 64-bit version was somewhat
unusual, if I recall correctly, so it's entirely possible you have a
32-bit Windows.

At very least, it's worth a try.

ChrisA

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


Thread

Re: Somebody is trying to install python Chris Angelico <rosuav@gmail.com> - 2015-06-02 05:48 +1000

csiph-web