FYI about Zope 2.3.x and FreeBSD
A couple of us on the IRC channel were trying to get Zope 2.3 running on FreeBSD. 2.2.x works fine. 2.3.x sometimes seems to fail to run. Both of us got an error importing module 'new', but for one of us zope 2.3.0a2 still ran, while for the other it wouldn't start. 2.3.1b3 failed to start for the one 2.3.0a2 ran for. Installing python2.0 from ports and either 2.3.1b3 from source or 2.3.0a2 from the FreeBSD port works fine. --RDM
On Thu 2001-03-29 (15:52), R. David Murray wrote:
A couple of us on the IRC channel were trying to get Zope 2.3 running on FreeBSD. 2.2.x works fine. 2.3.x sometimes seems to fail to run. Both of us got an error importing module 'new', but for one of us zope 2.3.0a2 still ran, while for the other it wouldn't start. 2.3.1b3 failed to start for the one 2.3.0a2 ran for.
Installing python2.0 from ports and either 2.3.1b3 from source or 2.3.0a2 from the FreeBSD port works fine.
The 'new' problem is due to the python15/python-1.5.2 packages before revision 1 (ie, 1.5.2_1) not building the 'new' module. This is assuming you're using the ports system. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org
R. David Murray wrote:
A couple of us on the IRC channel were trying to get Zope 2.3 running on FreeBSD. 2.2.x works fine. 2.3.x sometimes seems to fail to run. Both of us got an error importing module 'new', but for one of us zope 2.3.0a2 still ran, while for the other it wouldn't start. 2.3.1b3 failed to start for the one 2.3.0a2 ran for.
I got 2.3.1b3 to run on FreeBSD 4.2-STABLE using Python 1.5.2 just the other day. I installed Python from the ports tree and ran into the same problem you did... error importing module 'new'. But then I went into the '/usr/ports/lang/python15/work/Python-1.5.2/Modules' directory, uncommented the 'new newmodule.c' line in the 'Setup' file, and did a 'make' from the '/usr/ports/lang/python15/work/Python-1.5.2' folder. Finally, I copied the resultant 'newmodule.so' into '/usr/local/lib/python1.5/lib-dynload' by hand. After that, Zope started up w/ no troubles. -r
Hi RDM, FWIW... I've always built Zope from source. I've not used Python 2.x for production, but have generally used 1.5.2. I've never had much problem getting Zope to behave itself. I build the CVS Zope on FreeBSD 4.2S a couple times a week for testing.. and it has worked 99% of the time. (Once in a while there is a problem in CVS, but it get's straightened out PDQ, since it's never been FreeBSD specific.) Anyway... who is doing Zope for the ports collection? (The ports probably wouldn't work too well with me anyway.. since I'm usually running many instances of Zope at once.. ) take care, -steve
"RDM" == R David Murray <" <bitz@bitdance.com>> writes:
RDM> A couple of us on the IRC channel were trying to get Zope 2.3 RDM> running on FreeBSD. 2.2.x works fine. 2.3.x sometimes seems RDM> to fail to run. Both of us got an error importing module RDM> 'new', but for one of us zope 2.3.0a2 still ran, while for RDM> the other it wouldn't start. 2.3.1b3 failed to start for the RDM> one 2.3.0a2 ran for. RDM> Installing python2.0 from ports and either 2.3.1b3 from RDM> source or 2.3.0a2 from the FreeBSD port works fine. RDM> --RDM RDM> _______________________________________________ Zope maillist RDM> - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope RDM> ** No cross posts or HTML encoding! ** (Related lists - RDM> http://lists.zope.org/mailman/listinfo/zope-announce RDM> http://lists.zope.org/mailman/listinfo/zope-dev )
On Thu 2001-03-29 (17:49), Steve Spicklemire wrote:
Anyway... who is doing Zope for the ports collection? (The ports probably wouldn't work too well with me anyway.. since I'm usually running many instances of Zope at once.. )
I am. I don't claim to be particularly good at it, but it keeps reasonably up to date, and Zope and the small number of other Zope products in ports generally work (I don't get many complaints). Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org
I have installed ZipFolder 0.2. But I cannot get it work. It gives me the follwing error. Zope has encountered an error while publishing this resource. Error Type: OSError Error Value: [Errno 13] Permission denied: 'C:\\WINNT\\TEMP\\~1216-4' I have checked the permissions on temp: everyone & SYSTEMS have full control (win2000prof) Has anyone installed it successfully and suggest how I may fix mine. Mohan. <!-- Traceback (innermost last): File C:\Zope\lib\python\ZPublisher\Publish.py, line 223, in publish_module File C:\Zope\lib\python\ZPublisher\Publish.py, line 187, in publish File C:\Zope\lib\python\Zope\__init__.py, line 221, in zpublisher_exception_hook File C:\Zope\lib\python\ZPublisher\Publish.py, line 171, in publish File C:\Zope\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: manage_addZipFolder) File C:\Zope\lib\python\ZPublisher\Publish.py, line 112, in call_object (Object: manage_addZipFolder) File C:\Zope\lib\python\Products\ZipFolder\ZipFolder.py, line 50, in manage_addZipFolder File C:\Zope\lib\python\Products\ZipFolder\ZipFolder.py, line 112, in manage_upload (Object: Traversable) File C:\Zope\lib\python\Products\ZipFolder\ZipImporter.py, line 52, in import_zipfile (Object: Traversable) OSError: (see above)
participants (5)
-
Mohan Baro -
Neil Blakey-Milner -
R. David Murray -
Rob Miller -
Steve Spicklemire