Upgrade 2.7 > 2.7.2: Unreleased version message
Upon upgrading to Zope 2.7.2, version information now reports: (unreleased version, python 2.3.3, linux2) Is the "unreleased version" normal? Any other way to confirm a version number? Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
hpinson@indepthl.com wrote:
Upon upgrading to Zope 2.7.2, version information now reports:
(unreleased version, python 2.3.3, linux2)
Is the "unreleased version" normal? Any other way to confirm a version number?
This was a bug in the packaging. If you search the collector, I think there's a solution there. It should be fixed in 2.7.3 anyway, IIRC. cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
On Mon, Aug 23, 2004 at 02:55:11PM -0600, hpinson@indepthl.com wrote:
Upon upgrading to Zope 2.7.2, version information now reports:
(unreleased version, python 2.3.3, linux2)
That seems to happen when building Zope from source. I was able to fix it by doing this: cp /usr/local/src/zope/Zope-2.7.2-0/lib/python/version.txt /usr/local/Zope-2.7.2/lib/python/ That is, copy the lib/python/version.txt file into the installed Zope location. Then restart Zope. -- 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)
-
Chris Withers -
Fred Yankowski -
hpinson@indepthl.com