[Zope] Re: installing PIL on Window Zope

2006-02-16 Thread Josef Meile
Yes, I got that too long time ago when working with Zope 2.7.2 and python 2.3.3. At that time I did the following in the python shell: import PIL PIL.Image But I got as well: AttributeError: 'module' object has no attribute 'Image' Then I tried this: from PIL import Image as PilImage and it

[Zope] Re: installing PIL on Window Zope

2006-02-16 Thread Owen K
If you want to register your python in the Windows registry, try this URL http://effbot.org/zone/python-register.htm I just installed PIL this afternoon using the script above, then using the PIL installer. No complaints/errors. But I have not verified PIL function. Regards, Owen "Allen