[Zope] Error messages in installation of Zope 2.4.0
David Lambert
dave_lambert@fbcc.com
Wed, 25 Jul 2001 07:07:24 -0500
I think I may have posted this originally to the wrong group, my apologies
for any duplicates.
When I install Zope 2.4.0 on RedHat 7.1 I get the following error messages.
Otherwise Zope seems to run fine. Any ideas?
Regards,
Dave.
------------------------------------------------------------------------------
Compiling python modules
File "/usr/local/Zope-2.4.0-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)
------------------------------------------------------------------------------
------------------------------------------------------------------------------
creating default inituser file
Note:
The initial user name and password are 'admin'
and 'fULENZCf'.
You can change the name and password through the web
interface or using the 'zpasswd.py' script.
chmod 0600 /usr/local/Zope-2.4.0-linux2-x86/inituser
chmod 0711 /usr/local/Zope-2.4.0-linux2-x86/var
------------------------------------------------------------------------------
Writing the pcgi resource file (ie cgi script),
/usr/local/Zope-2.4.0-linux2-x86/Zope.cgi
chmod 0755 /usr/local/Zope-2.4.0-linux2-x86/Zope.cgi
------------------------------------------------------------------------------
Done!