Re: [Zope] Zope/PIL collision - what to do?

2000-10-27 Thread Anselm Lingnau
In article [EMAIL PROTECTED], Jens Vagelpohl [EMAIL PROTECTED] wrote: import PIL image = PIL.Image.open('foo.png') that way you do not have two names "Image" colliding in the names Zope sees Thanks to everybody who responded. I tried doing this after a number of other attempts but it

Re: [Zope] Zope/PIL collision - what to do?

2000-10-26 Thread Jens Vagelpohl
try something like import PIL image = PIL.Image.open('foo.png') that way you do not have two names "Image" colliding in the names Zope sees jens Jens Vagelpohl[EMAIL PROTECTED] Software Engineer www.digicool.com Digital Creations (888) 344-4332 Got Zope?