Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: PIL module for 64bit Python 2.7 Date: Fri, 06 Nov 2015 22:37:58 +0100 Lines: 15 Message-ID: References: <563D05B6.18050.1A20E27@jana1972.centrum.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de idUYDDRNB48/iq9BpXVdFQZ5MyCZTXzd63ekbFihxOIA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'pil': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:2.7': 0.09; 'subject:module': 0.09; 'python': 0.10; '2.7': 0.13; '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; 'registers.': 0.16; 'subject:PIL': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'bit': 0.23; 'installation': 0.23; 'module': 0.25; 'error': 0.27; 'fri,': 0.27; 'fork': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'anyone': 0.32; 'url:python': 0.33; 'nov': 0.35; 'url:org': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'where': 0.40; 'url:3': 0.60; 'header:Message-Id:1': 0.61; 'url:0': 0.63; 'header :In-reply-to:1': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1446845882; bh=u74aL24Y3Vn0xhMWL+MZGZs7Tkz77mL8+VKpIyLm1Wc=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=FuI9aAE5RC5Aw96glyHeI+t+nWMuV1is3DfRUK/0Cz1i2B2KYVIYhkD8oWTqhsYHB mbUYzXtq9EoPOg2SoaMzqEoiywcDyVEQ2XLH0LAzqyog8CioHewivIH4qQaW/t/fob SmIMsMW7/GORoEkuOUH7qCCbXn5phc2Qi/ygGSNQ= In-reply-to: <563D05B6.18050.1A20E27@jana1972.centrum.cz> Comments: In-reply-to "Jahn" message dated "Fri, 06 Nov 2015 20:55:34 +0100." Content-ID: <27483.1446845878.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Fri, 06 Nov 2015 22:38:02 +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:98372 In a message of Fri, 06 Nov 2015 20:55:34 +0100, "Jahn" writes: >Can anyone lat me know where I can download PIL module for 64bit Python 2= .7 ? > I found for 32 bit Python 2.7 only and the installation ended with an = error that the = >Python 2.7 was not found in registers. >Thank you The Modern Fork of PIL is Pillow. hhttps://pypi.python.org/pypi/Pillow/3.0.0 Laura =