[Zope-CMF] [Bug] Zope/CMF incompatibility

Dieter Maurer dieter@handshake.de
Mon, 28 Jan 2002 18:37:37 +0100


I ran against something that seems to be a Zope/CMF incompatibility.

Apparently, each time, I make something wrong in the action box,
I get a secondary exception in "Zope.__init__":

  TypeError: "issubclass" requires class as first argument.

Of course, this secondary exception hides the first one and
makes it very difficult to analyse the primary problem.

I filed a bug report with the Zope collector including a patch,
that make life again easy for me:

     <http://collector.zope.org/Zope/182>


Dieter