6 Nov
2001
6 Nov
'01
10:45 p.m.
Mitchell L Model writes:
How can I tell what version of Zope is running, either interactively in the ZMI or in a DTML or Python method? You look at the "Control_Panel"...
Zope application object has a method to return the Zope version. You can use my "DocFinder" product <http://www.dieter.handshake.de/pyprojects/zope> to find its name. Alternatively, you can look at the source... Dieter