Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.
Hi, Has anyone successfully installed Zope 2.4.0 on RedHat 7.0 from the binary distribution? Compilation of the Python modules generates a bunch of error messages, caused by what seems to be syntax errors. The start script hangs when attempting to start the ZServer Monitor Server. This causes autostart via an rc.d script to hang the system boot process. Manual start results in Zope coming up despite the start script hanging. I don't know if anything is seriously broken by the error messages and the start script hang. I have tried installing from the source distribution, but my attempt at installing Python 2.1.1 resulted in problems, which is why I am now trying the binary distribution. Thanks, /Ben
Hi Ben, I successfully installed Zope binaries on RH7.1. I'm not sure what changed from 7.0 to 7.1, tho. Can you post the error message(s) you are receiving? They would be helpful in diagnosing the problem. Eric.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Benjamin Lian Sent: Wednesday, July 25, 2001 10:16 AM To: zope@zope.org Subject: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.
Hi,
Has anyone successfully installed Zope 2.4.0 on RedHat 7.0 from the binary distribution?
Compilation of the Python modules generates a bunch of error messages, caused by what seems to be syntax errors. The start script hangs when attempting to start the ZServer Monitor Server. This causes autostart via an rc.d script to hang the system boot process. Manual start results in Zope coming up despite the start script hanging. I don't know if anything is seriously broken by the error messages and the start script hang.
I have tried installing from the source distribution, but my attempt at installing Python 2.1.1 resulted in problems, which is why I am now trying the binary distribution.
Thanks,
/Ben
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hi Eric, Thanks for your reply. Here are the error messages: Compiling python modules File "/data/zope/2-4-0/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) Someone else also reported the same error messages on RedHat 7.1, so I think we must be doing something wrong, though I can't see what! :) /Ben
-----Original Message----- From: Eric Walstad [mailto:eric@walstads.net] Sent: Thursday, 26 July, 2001 01:35 To: blian@mediahub.org; zope@zope.org Subject: RE: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.
Hi Ben, I successfully installed Zope binaries on RH7.1. I'm not sure what changed from 7.0 to 7.1, tho. Can you post the error message(s) you are receiving? They would be helpful in diagnosing the problem. Eric.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Benjamin Lian Sent: Wednesday, July 25, 2001 10:16 AM To: zope@zope.org Subject: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.
Hi,
Has anyone successfully installed Zope 2.4.0 on RedHat 7.0 from the binary distribution?
Compilation of the Python modules generates a bunch of error messages, caused by what seems to be syntax errors. The start script hangs when attempting to start the ZServer Monitor Server. This causes autostart via an rc.d script to hang the system boot process. Manual start results in Zope coming up despite the start script hanging. I don't know if anything is seriously broken by the error messages and the start script hang.
I have tried installing from the source distribution, but my attempt at installing Python 2.1.1 resulted in problems, which is why I am now trying the binary distribution.
Thanks,
/Ben
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hey Ben, Let me start by saying that I don't have the foggiest idea of what's going on. :) Read on only if you want to hear my newbie babblings... Why is the installation running unit tests? I don't know anything about formal unit testing in Zope or Python (except what I just read in the /data/zope/2-4-0/lib/python2.1/test/Readme file) but it seems strange that unit tests would be run during installation. Assuming that they ARE supposed to be running, a totally blind shot in the dark would be to verify that the .../test/output files and folders are read/writeable by the user doing the installing/running. Aside from that, I would try temporarily moving the "test" and "output" directories to see if that solves the problem. Sorry I couldn't be more helpful. Hopefully someone with more experience will jump in here. Eric.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Benjamin Lian Sent: Wednesday, July 25, 2001 11:21 AM To: zope@zope.org Cc: eric@walstads.net Subject: RE: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.
Hi Eric,
Thanks for your reply. Here are the error messages:
Compiling python modules File "/data/zope/2-4-0/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)
Someone else also reported the same error messages on RedHat 7.1, so I think we must be doing something wrong, though I can't see what! :)
/Ben
-----Original Message----- From: Eric Walstad [mailto:eric@walstads.net] Sent: Thursday, 26 July, 2001 01:35 To: blian@mediahub.org; zope@zope.org Subject: RE: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.
Hi Ben, I successfully installed Zope binaries on RH7.1. I'm not sure what changed from 7.0 to 7.1, tho. Can you post the error message(s) you are receiving? They would be helpful in diagnosing the problem. Eric.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Benjamin Lian Sent: Wednesday, July 25, 2001 10:16 AM To: zope@zope.org Subject: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.
Hi,
Has anyone successfully installed Zope 2.4.0 on RedHat 7.0 from the binary distribution?
Compilation of the Python modules generates a bunch of error messages, caused by what seems to be syntax errors. The start script hangs when attempting to start the ZServer Monitor Server. This causes autostart via an rc.d script to hang the system boot process. Manual start results in Zope coming up despite the start script hanging. I don't know if anything is seriously broken by the error messages and the start script hang.
I have tried installing from the source distribution, but my attempt at installing Python 2.1.1 resulted in problems, which is why I am now trying the binary distribution.
Thanks,
/Ben
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hi Eric, I too don't know why the Python module compilation should be running tests. [Fellow newbie scratches his head.] Well now, I eventually managed to install Python 2.1.1 and run the test without failure. I therefore also built Zope 2.4.0 from the sources, being careful to point it at the Python 2.1 executable. As for the Monitor Server not starting, well the z2.py script sets the monitor server port number to 0, so it shouldn't start anyway! And I only just figured out why the init.d script (which I got from a Zope-on-Redhat start-up script How-To) was hanging. The script in the How-To did not run the Zope start script in the background! So everything seems hunky dory for the time being! :) Cheers, /Ben
-----Original Message----- From: Eric Walstad [mailto:eric@walstads.net] Sent: Thursday, 26 July, 2001 03:25 To: blian@mediahub.org; zope@zope.org Subject: RE: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.
Hey Ben, Let me start by saying that I don't have the foggiest idea of what's going on. :) Read on only if you want to hear my newbie babblings... Why is the installation running unit tests? I don't know anything about formal unit testing in Zope or Python (except what I just read in the /data/zope/2-4-0/lib/python2.1/test/Readme file) but it seems strange that unit tests would be run during installation. Assuming that they ARE supposed to be running, a totally blind shot in the dark would be to verify that the .../test/output files and folders are read/writeable by the user doing the installing/running. Aside from that, I would try temporarily moving the "test" and "output" directories to see if that solves the problem. Sorry I couldn't be more helpful. Hopefully someone with more experience will jump in here. Eric.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Benjamin Lian Sent: Wednesday, July 25, 2001 11:21 AM To: zope@zope.org Cc: eric@walstads.net Subject: RE: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.
Hi Eric,
Thanks for your reply. Here are the error messages:
Compiling python modules File "/data/zope/2-4-0/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)
Someone else also reported the same error messages on RedHat 7.1, so I think we must be doing something wrong, though I can't see what! :)
/Ben
-----Original Message----- From: Eric Walstad [mailto:eric@walstads.net] Sent: Thursday, 26 July, 2001 01:35 To: blian@mediahub.org; zope@zope.org Subject: RE: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.
Hi Ben, I successfully installed Zope binaries on RH7.1. I'm not sure what changed from 7.0 to 7.1, tho. Can you post the error message(s) you are receiving? They would be helpful in diagnosing the problem. Eric.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Benjamin Lian Sent: Wednesday, July 25, 2001 10:16 AM To: zope@zope.org Subject: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.
Hi,
Has anyone successfully installed Zope 2.4.0 on RedHat 7.0 from the binary distribution?
Compilation of the Python modules generates a bunch of error messages, caused by what seems to be syntax errors. The start script hangs when attempting to start the ZServer Monitor Server. This causes autostart via an rc.d script to hang the system boot process. Manual start results in Zope coming up despite the start script hanging. I don't know if anything is seriously broken by the error messages and the start script hang.
I have tried installing from the source distribution, but my attempt at installing Python 2.1.1 resulted in problems, which is why I am now trying the binary distribution.
Thanks,
/Ben
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
[Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.hi! i'm also having the same problems. i'm using rh7.0. upgrading zope to 2.4 meant upgrading python to 2.1.1. but upgrading python meant upgrading gcc. but upgrading gcc has also been a pain. it kept on asking for files because of dependencies. is there any other way we can upgrade zope? Fritz Mesedilla Systems Administrator Summit Interactive, Inc. FHM | Seventeen | Candy | Cosmopolitan | Preview | Good Housekeeping femalenetwork.com | candymag.com | fhm.com.ph | cosmo.com.ph Palm Pilot Software: TVSked - Download from the link below ---------------------------------------------------------------------------- http://mesedilla.tripod.com +Basta Ikaw Lord -----Original Message----- From: Benjamin Lian [mailto:blian@mediahub.org] Sent: Thursday, July 26, 2001 1:16 AM To: zope@zope.org Subject: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script. Hi, Has anyone successfully installed Zope 2.4.0 on RedHat 7.0 from the binary distribution? Compilation of the Python modules generates a bunch of error messages, caused by what seems to be syntax errors. The start script hangs when attempting to start the ZServer Monitor Server. This causes autostart via an rc.d script to hang the system boot process. Manual start results in Zope coming up despite the start script hanging. I don't know if anything is seriously broken by the error messages and the start script hang. I have tried installing from the source distribution, but my attempt at installing Python 2.1.1 resulted in problems, which is why I am now trying the binary distribution. Thanks, /Ben _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
[Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script.Hi Fritz, I didn't actually update gcc. What I did do was to update glibc because that was needed for the installation of other software (I was trying out ACS). This seems to be enough to build Python 2.1.1 and Zope 2.4.0. The URL you want to look at is: http://www.redhat.com/support/errata/RHSA-2001-001.html. The installation procedure is simple and shown on that page. Regards, /Ben -----Original Message----- From: Fritz Mesedilla [mailto:fritz.mesedilla@summitmedia.com.ph] Sent: Thursday, 26 July, 2001 15:45 To: blian@mediahub.org; zope@zope.org Cc: Summit Tech Team; Therese Ng Subject: RE: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script. hi! i'm also having the same problems. i'm using rh7.0. upgrading zope to 2.4 meant upgrading python to 2.1.1. but upgrading python meant upgrading gcc. but upgrading gcc has also been a pain. it kept on asking for files because of dependencies. is there any other way we can upgrade zope? Fritz Mesedilla Systems Administrator Summit Interactive, Inc. FHM | Seventeen | Candy | Cosmopolitan | Preview | Good Housekeeping femalenetwork.com | candymag.com | fhm.com.ph | cosmo.com.ph Palm Pilot Software: TVSked - Download from the link below -------------------------------------------------------------------------- -- http://mesedilla.tripod.com +Basta Ikaw Lord -----Original Message----- From: Benjamin Lian [mailto:blian@mediahub.org] Sent: Thursday, July 26, 2001 1:16 AM To: zope@zope.org Subject: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script. Hi, Has anyone successfully installed Zope 2.4.0 on RedHat 7.0 from the binary distribution? Compilation of the Python modules generates a bunch of error messages, caused by what seems to be syntax errors. The start script hangs when attempting to start the ZServer Monitor Server. This causes autostart via an rc.d script to hang the system boot process. Manual start results in Zope coming up despite the start script hanging. I don't know if anything is seriously broken by the error messages and the start script hang. I have tried installing from the source distribution, but my attempt at installing Python 2.1.1 resulted in problems, which is why I am now trying the binary distribution. Thanks, /Ben _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Thanks Ben. I'll look into that. Fritz Mesedilla Systems Administrator Summit Interactive, Inc. FHM | Seventeen | Candy | Cosmopolitan | Preview | Good Housekeeping femalenetwork.com | candymag.com | fhm.com.ph | cosmo.com.ph Palm Pilot Software: TVSked - Download from the link below ---------------------------------------------------------------------------- http://mesedilla.tripod.com +Basta Ikaw Lord -----Original Message----- From: Benjamin Lian [mailto:blian@mediahub.org] Sent: Thursday, July 26, 2001 7:34 PM To: fritz.mesedilla@summitmedia.com.ph; zope@zope.org Cc: Summit Tech Team; Therese Ng Subject: RE: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script. Hi Fritz, I didn't actually update gcc. What I did do was to update glibc because that was needed for the installation of other software (I was trying out ACS). This seems to be enough to build Python 2.1.1 and Zope 2.4.0. The URL you want to look at is: http://www.redhat.com/support/errata/RHSA-2001-001.html. The installation procedure is simple and shown on that page. Regards, /Ben -----Original Message----- From: Fritz Mesedilla [mailto:fritz.mesedilla@summitmedia.com.ph] Sent: Thursday, 26 July, 2001 15:45 To: blian@mediahub.org; zope@zope.org Cc: Summit Tech Team; Therese Ng Subject: RE: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script. hi! i'm also having the same problems. i'm using rh7.0. upgrading zope to 2.4 meant upgrading python to 2.1.1. but upgrading python meant upgrading gcc. but upgrading gcc has also been a pain. it kept on asking for files because of dependencies. is there any other way we can upgrade zope? Fritz Mesedilla Systems Administrator Summit Interactive, Inc. FHM | Seventeen | Candy | Cosmopolitan | Preview | Good Housekeeping femalenetwork.com | candymag.com | fhm.com.ph | cosmo.com.ph Palm Pilot Software: TVSked - Download from the link below ---------------------------------------------------------------------------- http://mesedilla.tripod.com +Basta Ikaw Lord -----Original Message----- From: Benjamin Lian [mailto:blian@mediahub.org] Sent: Thursday, July 26, 2001 1:16 AM To: zope@zope.org Subject: [Zope] Zope 2.4.0 on RedHat 7.0? Problems with Python module compilation and start script. Hi, Has anyone successfully installed Zope 2.4.0 on RedHat 7.0 from the binary distribution? Compilation of the Python modules generates a bunch of error messages, caused by what seems to be syntax errors. The start script hangs when attempting to start the ZServer Monitor Server. This causes autostart via an rc.d script to hang the system boot process. Manual start results in Zope coming up despite the start script hanging. I don't know if anything is seriously broken by the error messages and the start script hang. I have tried installing from the source distribution, but my attempt at installing Python 2.1.1 resulted in problems, which is why I am now trying the binary distribution. Thanks, /Ben _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Benjamin Lian -
Eric Walstad -
Fritz Mesedilla