Hi! With PIL-1.1.7.win32-py2.6 and Windows 7, I have this traceback: raise ImportError("The _imagingft C module is not installed") ImportError: The _imagingft C module is not installed
I tested "import _imaging" and several other things, without success. If I re-install PIL-1.1.6 all run OK. I found a solution: - install PIL-1.1.7, - then, copy these two files from PIL 1.1.6: _imaging.pyd & _imagingft.pyd But, is it a good way? Thanks -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list