>> >>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 _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
