On 9-5-2011 8:22, Nico Grubert wrote:
>> I had this happening to me as well someday.
>> I recall that first installing it (python setup.py install), and then
>> rerunning selftest, solved that error.
>
> I tried that as well.
> Here is the summary of the install process:
>
> build/temp.linux-x86_
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 ca
I had this happening to me as well someday.
I recall that first installing it (python setup.py install), and then
rerunning selftest, solved that error.
I tried that as well.
Here is the summary of the install process:
build/temp.linux-x86_64-2.4/libImaging/ZipEncode.o -L/usr/local/lib
-L/usr/
On 06-05-11 15:56, Nico Grubert wrote:
However, running the selftest still fails:
$ python selftest.py
*** The _imaging C module is not installed
I had this happening to me as well someday.
I recall that first installing it (python setup.py install), and then
rerunning selftest, solved that
> PIL will compile and install if you don't have some development
> libraries and then simply not work or not work up to full steam when
> used.
>
> To avoid this, you need to install the appropriate libraries, among
> which are:
>
> libjpeg-devel
> freetype-devel
> libpng-devel
Dear Albert
Tha
@Michel
use PIL downloaded from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/
regards
2011/5/6 Christian Heimes :
> Am 06.05.2011 01:48, schrieb Michel Claveau - MVP:
>> Re!
>>
>> And why the problem no exist with PIL 1.1.6? (only 1.1.7)
>> Is that the version 1.1.6 does not use these librari
Am 06.05.2011 01:48, schrieb Michel Claveau - MVP:
> Re!
>
> And why the problem no exist with PIL 1.1.6? (only 1.1.7)
> Is that the version 1.1.6 does not use these libraries?
PIL 1.1.6 also uses its internal C library to speed things up.
For Windows you should use the precompiled packages.
ht
On Fri, 2011-05-06 at 01:45 +0200, Michel Claveau - MVP wrote:
> Hi!
>
> > you need to install the appropriate libraries, among which are:
> > libjpeg-devel
> > freetype-devel
> > libpng-devel
>
> OK, but where can I find it? I want use PIL with Python under Windows,
> and I can't compile C's so
Re!
And why the problem no exist with PIL 1.1.6? (only 1.1.7)
Is that the version 1.1.6 does not use these libraries?
@+
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
> you need to install the appropriate libraries, among which are:
> libjpeg-devel
> freetype-devel
> libpng-devel
OK, but where can I find it? I want use PIL with Python under Windows,
and I can't compile C's sources.
Should I replace PIL by ImageMagick?
@-salutations
--
Michel Claveau
-
Oh I forgot to say, after installing these libraries, you will need to
re-compile (install) PIL.
-a
--
http://mail.python.org/mailman/listinfo/python-list
On Thu, 2011-05-05 at 15:35 +0200, Nico Grubert wrote:
> Hi there
>
> I am having trouble to install PIL 1.1.7 on CentOS.
>
> I read and followed the instructions from
> http://effbot.org/zone/pil-imaging-not-installed.htm
>
> However, I still get the "The _imaging C module is not installed" err
Hi there
I am having trouble to install PIL 1.1.7 on CentOS.
I read and followed the instructions from
http://effbot.org/zone/pil-imaging-not-installed.htm
However, I still get the "The _imaging C module is not installed" error
if I run the selftest:
$ python selftest.py
*** The _imaging C m
Hello!
(*** sorry for my bad english***)
I have the message (title), but only with PIL 1.1.7 (Windows XP, Vista
or 7 (32 bits or 64 bits)).
I tried:
_imaging.pyd exist in C:\Python26\Lib\site-packages\PIL
OK
python -v
>>> import Image
OK
sys.path contain C:\Python26\Lib\site-packages\P
14 matches
Mail list logo