[Zope-Coders] [ZC] 152/ 2 Defer "Zope 2.5.0b4 linux binary can't install"

Collector: Zope Bugs and Patches ... zope-coders@zope.org
Wed, 16 Jan 2002 15:30:07 -0500


Issue #152 Update (Defer) "Zope 2.5.0b4 linux binary can't install"
 Status Deferred, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/152

==============================================================
= Defer - Entry #2 by matt on Jan 16, 2002 3:30 pm

 Status: Pending => Deferred

These are known issues with the actual Python 2.1 test suite having errors when they compile.  The problem is one of packaging; the Zope code should not include these tests suites and the error will not be raised.

At some time, it is expected that the Python test suite used will not contain errors.  Failure of these test modules for python itself to compile though, are not failures of Zope.
________________________________________
= Request - Entry #1 by efge on Jan 16, 2002 3:13 pm

Using Zope-2.5.0b4-linux2-x86.tgz when I try to install I get:                  
                                                                                
debian$ ./install                                                               
                                                                                
------------------------------------------------------------------------------  
Compiling python modules                                                        
  File "/home/zope/test-zope/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 (t\
est_future3.py, line 3)                                                         
SyntaxError: from __future__ imports must occur at the beginning of the file (t\
est_future4.py, line 3)                                                         
SyntaxError: from __future__ imports must occur at the beginning of the file (t\
est_future5.py, line 4)                                                         
SyntaxError: from __future__ imports must occur at the beginning of the file (t\
est_future6.py, line 3)                                                         
SyntaxError: from __future__ imports must occur at the beginning of the file (t\
est_future7.py, line 3)                                                         
                                                                                
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  
There were errors during Python module compilation.                             
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  

==============================================================