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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to