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
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