Re: [Image-SIG] proble loading font

2010-02-11 Thread Fredrik Lundh
What platform is this? If you start a Python interpreter and write: >>> import Image >>> Image.core what does it output? On Wed, Feb 3, 2010 at 10:06 AM, ariel goldstien wrote: > Hi. > My name is Ariel Goldstien I work at The Hebrew university laboratory. > I am trying to write a Heb

[Image-SIG] proble loading font

2010-02-11 Thread ariel goldstien
Hi. My name is Ariel Goldstien I work at The Hebrew university laboratory. I am trying to write a Hebrew string to a BMP. and I keep getting "The _imaging C module is not installed" despite the fact that I have managed to import _imaging. this is the code: import Image import ImageDraw import Image