Forum: Poser Python Scripting


Subject: PIL in Poser 8

PhilC opened this issue on Feb 25, 2011 ยท 3 posts


PhilC posted Fri, 25 February 2011 at 11:55 AM

Running:-

from PIL import Image,ImageDraw,ImageFont
font = ImageFont.truetype("arial.ttf",15)

Results in:
ImportError: no module named _imagingft

The file is there in my "stand alone" Python with PIL but not in the Poser 8 version. Anyone able to shed any light on this?

Thanks.