Re: [Zope] Building dynamically class instances using external methods.

2000-11-14 Thread Dieter Maurer
Hannes Grund writes: > I have an external Method > which creates dynamically an instance from of a class depending on > some input to a function contained in this method. > In short the code (of the external method) > > class Classname: > > Called from Zope this does not work. The

[Zope] Building dynamically class instances using external methods.

2000-11-13 Thread Hannes Grund
Question: I am running Zope2.2.2 under python1.5.2 on a linux machine. The following situation: I have an external Method which creates dynamically an instance from of a class depending on some input to a function contained in this method. In short the code (of the external method) class Clas