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


Groups > comp.lang.python > #54092

Re: ImportError: No module named Image

Return-Path <jugurtha.hadjar@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.016
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; "'python": 0.09; 'required,': 0.09; 'subject:module': 0.09; 'things,': 0.09; 'used.': 0.09; '2.7': 0.14; '(both': 0.16; 'example).': 0.16; 'installer,': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'written': 0.21; 'install': 0.23; 'header:User-Agent:1': 0.23; 'error': 0.23; 'script': 0.25; 'post': 0.26; 'downloaded': 0.26; 'header:In- Reply-To:1': 0.27; 'installed': 0.27; 'am,': 0.29; '(like': 0.30; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'version': 0.36; 'library.': 0.36; 'done': 0.36; 'useful': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; "you've": 0.63; 'dear': 0.65; 'dozens': 0.84; "it'd": 0.84; 'one).': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=kyJN6VnCpyf/OlQe1L6+YwvvTe+Hy1Cmuf0m5X56Adk=; b=lzIDPP0P1VORfsvKFPh/UaA552I26ZekvO/ph2CEpIHqk7CVmtD6NBApz7jx5OkjuL l1eNdD59hO9dc701HDbqMvm9BKZFY87kzz9NZOF28su7pP/Jk4Y4061Obb+GComJ8z4T UOfctpRVIvIUp/Lf5+g6tMP44UofZO4RhBxDxL9oWNDnHITeGeaNP8zMqNw9p7Dfdlk7 sYyTbFM5fFoXoFupPHoVdmlXVzFngtiF6LSixd9RTjuSVYaRxrAbi3vrUMRnZiqO0Mk3 81FjpqCNs/VIgeH/U5zMTrJZJO2h66XGx6VDPhA6z7xNTua1s+71PKuM/Knb4f4BkNse Z0jw==
X-Received by 10.14.184.3 with SMTP id r3mr237123eem.49.1379034062788; Thu, 12 Sep 2013 18:01:02 -0700 (PDT)
Date Fri, 13 Sep 2013 02:01:00 +0100
From Jugurtha Hadjar <jugurtha.hadjar@gmail.com>
User-Agent Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130803 Thunderbird/17.0.8
MIME-Version 1.0
To python-list@python.org
Subject Re: ImportError: No module named Image
References <CAMCKVygA-wxckbXM5YMSXm2b1bf9po5DqTijEHmEzc_kmHF+mw@mail.gmail.com>
In-Reply-To <CAMCKVygA-wxckbXM5YMSXm2b1bf9po5DqTijEHmEzc_kmHF+mw@mail.gmail.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.333.1379034442.5461.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1379034442 news.xs4all.nl 15876 [2001:888:2000:d::a6]:53874
X-Complaints-To abuse@xs4all.nl
Path csiph.com!usenet.pasdenom.info!news.stben.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Xref csiph.com comp.lang.python:54092

Show key headers only | View raw


On 09/13/2013 12:31 AM, Trandang Bao wrote:
> Dear Python.org,
> I installed
>   python-2.7.amd64 and downloaded PIL-1.1.7.win32-py2.7 to install Image
> library. However, the message error is 'Python version 2.7 required,
> which was not found in the registry'.

One is a 32 bit installer, the other is a 64 bit installer. They don't 
look at the same place in the Registry. Try to have them both the same 
(both 32 for example).

Also, it'd be useful to put exactly what you've done to make it 
reproducible to some extent, and to post the names of the files you used 
(like the script you used. I can Google the guy's name, but he might 
have written dozens of things, so .. which one).



-- 
~Jugurtha Hadjar,

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


Thread

Re: ImportError: No module named Image Jugurtha Hadjar <jugurtha.hadjar@gmail.com> - 2013-09-13 02:01 +0100

csiph-web