RE: [Zope-dev] Zope and python namespaces

2001-11-14 Thread Dieter Maurer
Roch'e Compaan writes: > > > > I wrote an external method that uses Graphite, Sping and PIL to > > > generate charts, but I ran into some namespace problems. Execution > > > of the external method fails because there is a clash in the namespace > > > between PIL and Zope. PIL has a mod

RE: [Zope-dev] Zope and python namespaces

2001-11-12 Thread Roch'e Compaan
> > I wrote an external method that uses Graphite, Sping and PIL to > > generate charts, but I ran into some namespace problems. Execution > > of the external method fails because there is a clash in the namespace > > between PIL and Zope. PIL has a module "ImageFile" and Zope does as > >

Re: [Zope-dev] Zope and python namespaces

2001-11-09 Thread Dieter Maurer
Roch'e Compaan writes: > I wrote an external method that uses Graphite, Sping and PIL to > generate charts, but I ran into some namespace problems. Execution > of the external method fails because there is a clash in the namespace > between PIL and Zope. PIL has a module "ImageFile" and Zope

[Zope-dev] Zope and python namespaces

2001-11-09 Thread Roch'e Compaan
I wrote an external method that uses Graphite, Sping and PIL to generate charts, but I ran into some namespace problems. Execution of the external method fails because there is a clash in the namespace between PIL and Zope. PIL has a module "ImageFile" and Zope does as well. Even if I inser