PIL on Python 2.4 - ImportError: No module named _imagingft

Fredrik Lundh fredrik at pythonware.com
Tue Oct 31 10:54:01 EST 2006


Nico Grubert wrote:

> I have installed Python 2.4.3. and PIL 1.1.5. on a Suse Linux 10 64 Bit 
> machine.
> 
> If I try
> 
>   >>> import _imagingft
> 
> I get this error:
>    ImportError: No module named _imagingft
> 
> Did I miss something?

installed how?  _imagingft is an optional component, and requires the 
FreeType library to work.

</F>




More information about the Python-list mailing list