[Image-SIG] Loading OpenType font (PIL 1.1.5, Python 2.4.1, Windows XP)

Laszlo Zsolt Nagy gandalf at designaproduct.biz
Sun Sep 18 09:38:21 CEST 2005


>>
>>What am I doing wrong?
>>    
>>
>
>make sure _imagingft.pyd is the one that came with PIL 1.1.5, and
>not some earlier version.  to see what pyd it's using, do this:
>
>    >>> import _imagingft
>    >>> _imagingft.__file__
>  
>
C:\Documents and Settings\Gandalf>python
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on 
win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> import _imagingft
 >>> _imagingft.__file__
'C:\\Python24\\DLLs\\_imagingft.pyd'
 >>>

You were right, thank you. The good one is under site-packages but I had 
one under DLLs too.
I don't know how could this happen. :-)

   Les



More information about the Image-SIG mailing list