Where does Zope get its version information? Under Control Panel I see:- Zope Version (unreleased version, python 2.3.4, os2emx) Python Version 2.3.4 (#0, Jun 6 2004, 13:10:27) [EMX GCC 2.8.1] System Platform os2emx Zope seems unable to retrieve its version number. I know it is v2.7.2 as I've just built it. -- John
On Oct 20, 2004, at 22:57, John Poltorak wrote:
Where does Zope get its version information?
Under Control Panel I see:-
Zope Version (unreleased version, python 2.3.4, os2emx) Python Version 2.3.4 (#0, Jun 6 2004, 13:10:27) [EMX GCC 2.8.1] System Platform os2emx
Zope seems unable to retrieve its version number.
I know it is v2.7.2 as I've just built it.
That's a known bug which, AFAIK, is fixed for the upcoming 2.7.3. jens
On Wed, Oct 20, 2004 at 09:57:06PM +0100, John Poltorak wrote:
Where does Zope get its version information?
When building Zope 2.7.2 from source you need to manually copy the version info after doing 'make install'. I did this, for example: cp /usr/local/src/zope/Zope-2.7.2-0/lib/python/version.txt \ /usr/local/Zope-2.7.2/lib/python/ This little glitch seems to be fixed in Zope 2.7.3. -- Fred Yankowski fred@ontosys.com tel: +1.630.879.1312 OntoSys, Inc PGP keyID: 7B449345 fax: +1.630.879.1370 www.ontosys.com 38W242 Deerpath Rd, Batavia, IL 60510-9461, USA
participants (3)
-
Fred Yankowski -
Jens Vagelpohl -
John Poltorak