how to determine Zope version from ZMI or method?
6 Nov
2001
6 Nov
'01
1:42 p.m.
How can I tell what version of Zope is running, either interactively in the ZMI or in a DTML or Python method?
6 Nov
6 Nov
2:37 p.m.
New subject: [Zope-dev] how to determine Zope version from ZMI or method?
http://www.zopelabs.com/cookbook/996249320 Regards, Adam On Tue, 2001-11-06 at 08:42, Mitchell L Model wrote:
How can I tell what version of Zope is running, either interactively in the ZMI or in a DTML or Python method?
10:45 p.m.
New subject: [Zope-dev] how to determine Zope version from ZMI or method?
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
8940
Age (days ago)
8940
Last active (days ago)
2 comments
3 participants
participants (3)
-
Dieter Maurer -
M. Adam Kendall -
Mitchell L Model