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


Groups > comp.lang.python > #4987 > unrolled thread

Re: PIL: The _imaging C module is not installed

Started byChristian Heimes <lists@cheimes.de>
First post2011-05-09 12:28 +0200
Last post2011-05-09 12:28 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: PIL: The _imaging C module is not installed Christian Heimes <lists@cheimes.de> - 2011-05-09 12:28 +0200

#4987 — Re: PIL: The _imaging C module is not installed

FromChristian Heimes <lists@cheimes.de>
Date2011-05-09 12:28 +0200
SubjectRe: PIL: The _imaging C module is not installed
Message-ID<mailman.1328.1304936905.9059.python-list@python.org>
Am 09.05.2011 08:22, schrieb Nico Grubert:
> $ python selftest.py
> *** The _imaging C module is not installed

It works for me after an inplace installation of the C extensions with
"python setup.py build_ext -i". With build_ext -i the C extension is
installed inside the source tree so selftest can find it.

Christian

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web