sean.upton@uniontrib.com writes:
> I have been trying a bunch of different things to instantiate a ZClass
> instance...
The documentation (Zope help -> API-Reference -> ObjectManager)
speaks of a standard way to instantiate anything:
<container>.manage_addProduct[<product_name>].<constructor>(....)
Have you tried it?
Dieter