Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4987 > unrolled thread
| Started by | Christian Heimes <lists@cheimes.de> |
|---|---|
| First post | 2011-05-09 12:28 +0200 |
| Last post | 2011-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.
Re: PIL: The _imaging C module is not installed Christian Heimes <lists@cheimes.de> - 2011-05-09 12:28 +0200
| From | Christian Heimes <lists@cheimes.de> |
|---|---|
| Date | 2011-05-09 12:28 +0200 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web