Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: eryk sun Newsgroups: comp.lang.python Subject: Re: Python installation in windows Date: Tue, 12 Jan 2016 10:42:04 -0600 Lines: 14 Message-ID: References: <3d609795-016b-477c-be2c-8b37194df0ac@googlegroups.com> <20160111201643.GA27813@cskk.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de etBpcTdF+5Qxi58keOwWkAmCnqmnEhs4qCU/74BAyXQg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'subject:Python': 0.05; 'subject:installation': 0.07; 'benjamin': 0.09; 'warn': 0.09; 'jan': 0.11; 'vista': 0.13; '"windows': 0.16; '2016': 0.16; '9:15': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'rewritten': 0.16; 'subject:windows': 0.16; 'to:name:python list': 0.16; 'vista.': 0.16; 'wrote:': 0.16; 'later': 0.16; 'windows': 0.20; 'suppose': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'supported': 0.27; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; 'fixed': 0.31; 'tue,': 0.34; 'received:google.com': 0.35; 'something': 0.35; 'should': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'operating': 0.37; '12,': 0.37; 'thought': 0.37; 'itself': 0.38; "won't": 0.38; 'received:209': 0.38; 'system.': 0.39; 'to:addr:python.org': 0.40; 'believe': 0.66; '3.5.1': 0.84; 'oscar': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=INhqIB5ar5lKrDvkET56rtEqdV4b7D3ummPJA6785wA=; b=SDHeXZZqDpzoJxVR680DPqtZfeCHbfv6HXtJQQv6ZBx0CV+t1tZjl3bzmGRrBqRfX7 cbXZGappZ7qR62zCiUDyxmE3GpY/e3DvKlq80cLHsxH/dTXsgBSMzIKvs/CUeRhJBtKn IMYdJfvGQif+HFjwWFeUCscHbiAp8FHMdcq8vDnv6NKQBMOS9nmuojeXzjloK7RszhKe aWsccQtFgGlEhFE6Br7VwT0p44pEoAjGvoqrcFXv+t1qsVR+d/u4jXEhaTzPMpuV+7bb shaaeuCGPiKNuylTqF0cgW+tpg5w0jB/V1RCefOLYNHXKGaHJxcCyEJ+tGfhonlywv3x MsuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=INhqIB5ar5lKrDvkET56rtEqdV4b7D3ummPJA6785wA=; b=hhMXz6b3apCIA0YPl1YJ9i6ki/RioI+Pzj717ysyag3zoYkjIYUZHskgl1zkbiEpf2 obyiWwEL2imMzdGu2Va2eWlqsn5a/S1Zmeg1sHfQesZTtzIov/bxjLnod1lFtOULgIfL 0ZCek/q2iNs4WNBNcchnywF84CpUsBoE00iLa/46yIVBsRLR5DqtajEU7iE6h2rp1jrI coNoyl32DLw73y5qU/Hg8gO8QxwmRW+z1iFCPEL4DMhnYCcR20BeCv1q2FszLCqRb5La AQ5em8OeQN3GN0NrzdcQMigQ9KZnlFnHHLXw3MGA6eql3dojm2RA8eIuqjajMD/cJ+P+ wocQ== X-Gm-Message-State: ALoCoQmgglPL02ddHOm73n4JANI5bmvcMFQoRx1Oz9q8oxdfW/uiBdoE7H7l66ufW9D72qK/wIFtqDCPKEZwS2dzRpfTFk5hPw== X-Received: by 10.107.164.206 with SMTP id d75mr116025245ioj.73.1452616964373; Tue, 12 Jan 2016 08:42:44 -0800 (PST) In-Reply-To: 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:101550 On Tue, Jan 12, 2016 at 9:15 AM, Oscar Benjamin wrote: > > I thought this was suppose to have been fixed in 3.5.1 though so the installer > should now warn that it won't work on XP. The CRT update also requires service pack 1 on Windows 7 and service pack 2 on Vista. 3.5.1's installer was updated to check for a supported operating system. On an XP system the error message should be "Windows Vista SP2 or later is required to continue installation". > I believe the installer itself has had something of an overhaul. It was rewritten completely.