Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4987
| From | Christian Heimes <lists@cheimes.de> |
|---|---|
| Subject | Re: PIL: The _imaging C module is not installed |
| Date | 2011-05-09 12:28 +0200 |
| References | <mailman.5193.1304704802.9058.python-list@python.org> <4DC78825.4030905@yahoo.de> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1328.1304936905.9059.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: PIL: The _imaging C module is not installed Christian Heimes <lists@cheimes.de> - 2011-05-09 12:28 +0200
csiph-web