Re: [Zope-Annce] Zope 2.5.0 beta 4 released
Nice to see yet another beta release of Zope 2.5! However, I don't get this release "installed" on Linux. When I try to run ./install with the extracted tgz file, I get the following error message: ------------------------------------------------------------------------------ Compiling python modules File "/home/roland/Zope-2.5.0b4-linux2-x86/lib/python2.1/test/nocaret.py", line 2 [x for x in x] = x SyntaxError: can't assign to list comprehension SyntaxError: from __future__ imports must occur at the beginning of the file (test_future3.py, line 3) SyntaxError: from __future__ imports must occur at the beginning of the file (test_future4.py, line 3) SyntaxError: from __future__ imports must occur at the beginning of the file (test_future5.py, line 4) SyntaxError: from __future__ imports must occur at the beginning of the file (test_future6.py, line 3) SyntaxError: from __future__ imports must occur at the beginning of the file (test_future7.py, line 3) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! There were errors during Python module compilation. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Any clue what goes wrong? Roland
From: "Matthew T. Kromer" <matt@zope.com> To: zope-announce@zope.org Subject: [Zope-Annce] Zope 2.5.0 beta 4 released Date: Tue, 15 Jan 2002 12:19:49 -0500
Zope 2.5 beta 4 has been released - you can download it from Zope.org:
http://www.zope.org/Products/Zope/2.5.0b4/
The 2.5 beta 4 release contains minor additional fixes to 2.5 beta 3.
If you are compiling your own Zope from the source distribution, you should be sure to build and run it with Python 2.1.2 when it comes out. In the meantime, we advise that you build and run Zope with the Python 2.1 maintenance branch from the Python public CVS to ensure that you have all of the latest fixes.
Particular features of interest in Zope 2.5
* Preview field in Image objects * Editable File objects under 64K for text files * New User management API * User folder password encryption * Security machinery accelerations * Document template rendering accelerations * Page Templates, an alternate page markup * Distutils infrastructure support for addons * Session Tracking * New Examples
For more information on what is new in this release, see the CHANGES.txt and HISTORY.txt files for the release:
* http://www.zope.org/Products/Zope/2.5.0b4/CHANGES.txt * http://www.zope.org/Products/Zope/2.5.0b4/HISTORY.txt
For more information on the available Zope releases, guidance for selecting the right distribution and installation instructions, please see:
http://www.zope.org/Documentation/Misc/InstallingZope.html
_______________________________________________ Zope-Announce maillist - Zope-Announce@zope.org http://lists.zope.org/mailman/listinfo/zope-announce
Zope-Announce for Announcements only - no discussions
(Related lists - Users: http://lists.zope.org/mailman/listinfo/zope Developers: http://lists.zope.org/mailman/listinfo/zope-dev )
_________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx
Those SyntaxError exceptions relate to unittests in the standard Python libraries. Unfortunately they print out to stdout (and make the unknowing user think there is a problem) and aren't surpressed by Zope's installer. It seems Zope runs the unit tests on install and these seem to be verbose for some reason (I haven't looked into it to deeply yet). So basically, these error messages don't return anything helpful. Does the installation continue past the compilation or does it bomb out? Do you get a traceback? Eron On Tuesday 15 January 2002 01:08 pm, you wrote:
Nice to see yet another beta release of Zope 2.5!
However, I don't get this release "installed" on Linux. When I try to run ./install with the extracted tgz file, I get the following error message:
--------------------------------------------------------------------------- --- Compiling python modules File "/home/roland/Zope-2.5.0b4-linux2-x86/lib/python2.1/test/nocaret.py", line 2 [x for x in x] = x SyntaxError: can't assign to list comprehension SyntaxError: from __future__ imports must occur at the beginning of the file (test_future3.py, line 3) SyntaxError: from __future__ imports must occur at the beginning of the file (test_future4.py, line 3) SyntaxError: from __future__ imports must occur at the beginning of the file (test_future5.py, line 4) SyntaxError: from __future__ imports must occur at the beginning of the file (test_future6.py, line 3) SyntaxError: from __future__ imports must occur at the beginning of the file (test_future7.py, line 3)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!! There were errors during Python module compilation. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!
Any clue what goes wrong? Roland
participants (2)
-
Eron Lloyd -
Roland C. Reumerman