Zope2.7 final - wrong version string
Just installed Zope2.7.0 from source - here is a copy from Control_Panel Zope Version (unreleased version, python 2.3.3, linux2) Python Version 2.3.3 (#1, Feb 11 2004, 21:12:30) [GCC 3.2] System Platform linux2 SOFTWARE_HOME /usr/local/Zope/Zope14080/lib/python ZOPE_HOME /usr/local/Zope/Zope14080 INSTANCE_HOME /usr/local/Zope/Zope14080_instance_home CLIENT_HOME /usr/local/Zope/Zope14080_instance_home/var Network Services ZServer.HTTPServer.zhttp_server (Port: 14080) ZServer.FTPServer.FTPServer (Port: 14021) Process Id 3694 (1026) Running For 22 min 56 sec -- michael
Michael Haubenwallner wrote:
Just installed Zope2.7.0 from source - here is a copy from Control_Panel
Zope Version (unreleased version, python 2.3.3, linux2)
The source does not contain the string and I dont think it ever has (which is really annoying). You'll need to get a tarball or installer version to get the version. -- Andy McKay ClearWind Consulting http://www.clearwind.ca
Andy McKay wrote:
Michael Haubenwallner wrote:
Just installed Zope2.7.0 from source - here is a copy from Control_Panel
Zope Version (unreleased version, python 2.3.3, linux2)
The source does not contain the string and I dont think it ever has (which is really annoying). You'll need to get a tarball or installer version to get the version.
Sorry, but INSTANCE_HOME/lib/python/version.txt is missing after installation. -- michael
FWIW (to Brian, mainly) the best way to build a source release is to do "make sdist_tgz" from the Zope source tree, which puts the version.txt file in the right place in its course. On Thu, 2004-02-12 at 06:29, Michael Haubenwallner wrote:
Andy McKay wrote:
Michael Haubenwallner wrote:
Just installed Zope2.7.0 from source - here is a copy from Control_Panel
Zope Version (unreleased version, python 2.3.3, linux2)
The source does not contain the string and I dont think it ever has (which is really annoying). You'll need to get a tarball or installer version to get the version.
Sorry, but INSTANCE_HOME/lib/python/version.txt is missing after installation.
participants (3)
-
Andy McKay -
Chris McDonough -
Michael Haubenwallner