Hi, I have a problem with Freetype2 in the Python Image Library. I compiled it as 64bit and I got a file named freetype239.lib. So I added this file to a folder called lib. I added the parent folder of the lib folder to the setup.py settings (like all the others: libjpeg, zlib). LIbjpeg and Zlib works fine on Windows 64 bit and the installer can find them.
But I just get a "Freetype2 not found". Even renaming it to freetype.lib and freetype2.lib doesnt work. Any suggestions why PIL cant find the library? Bye and thanks in advance :) -- http://mail.python.org/mailman/listinfo/python-list