[Image-SIG] unable to import imaging c module

2009-02-10 Thread Atishay Kumar
hi i am trying to use PIL, with Django to display Captcha. This could be newbie stuff as I am new to python and PIL I am getting following error when importing ImageFont. ImportError: The _imaging C module is not installed I have the file though. [bash]# file PIL/_imaging.so PIL/_imaging.so:

Re: [Image-SIG] unable to import imaging c module

2009-02-10 Thread Tim Hatch
ImportError: The _imaging C module is not installed What do you get when you run python -c import PIL._imaging How did you install PIL? Are you running a custom-compiled Python? Is the host 32-bit? Tim ___ Image-SIG maillist -