Hello all, Zope 2.4.0 alpha 1 has been released - you can download it from Zope.org: http://www.zope.org/Products/Zope/2.4.0a1/ Highlights of what is new in Zope 2.4: - Zope 2.4 supports (and requires) Python 2.1 - New restricted execution architecture - WebDAV Level 2 locking support - New "WebDAV Access" permission - A new built-in 'Authenticated' role - Product refresh without restart during development - New "Drop-in indexes" support for ZCatalog Be sure to see the Zope 2.4 Migration Guide: http://www.zope.org/Products/Zope/2.4.0/Zope24MigrationGuide.html which outlines the new features and provides other important information for users of Zope 2.4. 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.4.0a1/CHANGES.txt http://www.zope.org/Products/Zope/2.4.0a1/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 Note that this is an alpha release, so it is available as a source distribution only. We will make binary releases available with the first beta release. Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
On Thu, 31 May 2001, Brian Lloyd wrote:
1. Docs in doc/ directory are obsolete! Especially INSTALL.txt: "ZOPE 2.0 REQUIRES PYTHON 1.5.2!" :))) 2. Traceback (most recent call last): File "/usr/local/Zope/z2.py", line 540, in ? import ZServer File "/usr/local/Zope-2.4.0a1-src/ZServer/__init__.py", line 89, in ? import max_sockets ImportError: No module named max_sockets This because ZServer/__init__.py appnd ZServer/medusa/test to sys.path. This means that zope *must* be started with current directory set to ZServer/.. Use INST_HOME! sys.path.append("%s/ZServer/medusa/test" % os.environ["INST_HOME"]) Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
----- Original Message ----- From: "Oleg Broytmann" <phd@phd.fep.ru>
Traceback (most recent call last): File "/usr/local/Zope/z2.py", line 540, in ? import ZServer File "/usr/local/Zope-2.4.0a1-src/ZServer/__init__.py", line 89, in ? import max_sockets ImportError: No module named max_sockets
This because ZServer/__init__.py appnd ZServer/medusa/test to sys.path. This means that zope *must* be started with current directory set to ZServer/..
Use INST_HOME! sys.path.append("%s/ZServer/medusa/test" % os.environ["INST_HOME"])
already fixed :-) Andreas
On Fri, 1 Jun 2001, Andreas Jung wrote:
sys.path.append("%s/ZServer/medusa/test" % os.environ["INST_HOME"])
already fixed :-)
Nice! Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
On Thu, 31 May 2001, Brian Lloyd wrote:
Zope 2.4.0 alpha 1 has been released - you can download it from Zope.org:
Bugs and problems: 1. Install Zope from sources, start it, shutdown. Message on stderr: Warning: self._setObject() failed for PluginIndexes/Installed product PluginIndexes This message appeared only on FIRST shutdown. Start it again, and shutdown - no warnings. (Better to say - on first importing of Products into new Data.fs. Shutdown Zope, copy Data.fs.in over Data.fs, start and shutdown. The same warning.) 2. Cannot import ZClasses. I tried FlexFAQ2 and SiteSummary. They imported fine, but on next shutdown/restart Zope reported: ------ 2001-06-01T10:59:49 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x18\xb0' Traceback (innermost last): File /usr/local/Zope-2.4.0a1-src/lib/python/ZODB/Connection.py, line 544, in setstate ImportError: No module named *FY5THYr5Btv6taem3wOsAA== ------ 2001-06-01T10:59:50 INFO(0) Zope A broken ZClass dependency was found in the global class registry. This is probably due to a product being uninstalled. The registry has successfully been rebuilt. And ZClassess doen't work. I copied old Data.fs from 2.3.2 - all works ok. It's just importing that breaks things. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
On Fri, 1 Jun 2001, Oleg Broytmann wrote:
2. Cannot import ZClasses. I tried FlexFAQ2 and SiteSummary. They imported fine, but on next shutdown/restart Zope reported:
------ 2001-06-01T10:59:49 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x18\xb0' Traceback (innermost last): File /usr/local/Zope-2.4.0a1-src/lib/python/ZODB/Connection.py, line 544, in setstate ImportError: No module named *FY5THYr5Btv6taem3wOsAA==
------ 2001-06-01T10:59:50 INFO(0) Zope A broken ZClass dependency was found in the global class registry. This is probably due to a product being uninstalled. The registry has successfully been rebuilt.
And ZClasses doesn't work.
More info. I imported some ZClasses and folders with object, instances of these classes - FlexFAQ2, SiteSummary and my own ZClasses. Some objects of these classes appeared broken. It seems Zope cannot find their classes. I deleted folders with objects (but not ZClasses) and restarted Zope. I imported those folders back. Things went better - now more objects appeared ok. But again, not all of them. Some objects were still broken.
I copied old Data.fs from 2.3.2 - all works ok. It's just importing that breaks things.
I copied it again (after stopping Zope) - all right, all classes and objects work. Oleg. ---- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
On Thu, 31 May 2001, Brian Lloyd wrote:
Zope 2.4.0 alpha 1 has been released - you can download it from Zope.org:
ZCatalog bug. It again refused to work with Russian letters. Instead of recreated indicies I just deleted old ZCatalog, created a new one and reindexed the site. It searches english texts well. But it does not serach russian text. 0 results found. Zope started with apropriate -L parameter; Splitter.c looks good, all patches applied. I have no idea what is wrong. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
Hi Oleg, the following for your understanding: - Zope 2.4 comes with 2 splitters: the old Splitter from 2.3.X and the ISO Splitter from W. Strobl. - You can select the splitter for the Vocabulary when you create a new one - the default vocabulary (created when you create a new ZCatalog) uses the old spliiter (this might be your problem) -there might be a problem with the splitter handling inside the vocabulary - it's pretty new code and not very well tested Hope this helps, Andreas ----- Original Message ----- From: "Oleg Broytmann" <phd@phd.fep.ru> To: "Zope Mailing List" <zope@zope.org> Sent: Friday, June 01, 2001 7:54 AM Subject: [Zope] Re: [Zope-Annce] ANNOUNCE: Zope 2.4.0 alpha 1 released
On Thu, 31 May 2001, Brian Lloyd wrote:
Zope 2.4.0 alpha 1 has been released - you can download it from Zope.org:
ZCatalog bug. It again refused to work with Russian letters. Instead of recreated indicies I just deleted old ZCatalog, created a new one and reindexed the site. It searches english texts well. But it does not serach russian text. 0 results found. Zope started with apropriate -L parameter; Splitter.c looks good, all patches applied. I have no idea what is wrong.
Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
_______________________________________________ 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 )
On Fri, 1 Jun 2001, Andreas Jung wrote:
- Zope 2.4 comes with 2 splitters: the old Splitter from 2.3.X and the ISO Splitter from W. Strobl.
What are the differences?
- You can select the splitter for the Vocabulary when you create a new one
And what can I do with a Vocabulary? How to fill it?
- the default vocabulary (created when you create a new ZCatalog) uses the old spliiter (this might be your problem)
The old Splitter from Zope 2.3.2 with all my patches (the patches was apllied in 2.3.2) worked perfectly for me. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
----- Original Message ----- From: "Oleg Broytmann" <phd@phd.fep.ru> To: "Andreas Jung" <andreas@digicool.com> Cc: "Zope Mailing List" <zope@zope.org> Sent: Friday, June 01, 2001 9:54 AM Subject: Re: [Zope] Re: [Zope-Annce] ANNOUNCE: Zope 2.4.0 alpha 1 released
On Fri, 1 Jun 2001, Andreas Jung wrote:
- Zope 2.4 comes with 2 splitters: the old Splitter from 2.3.X and the ISO Splitter from W. Strobl.
What are the differences?
- You can select the splitter for the Vocabulary when you create a new one
And what can I do with a Vocabulary? How to fill it?
You can assign for every Text Index a different vocabulary with you want/need. The vocabulary will be filled when you index your objects.
- the default vocabulary (created when you create a new ZCatalog) uses the old spliiter (this might be your problem)
The old Splitter from Zope 2.3.2 with all my patches (the patches was apllied in 2.3.2) worked perfectly for me.
Looks like a problem with the locale settings. Have to check this. Andrfeas
participants (4)
-
Andreas Jung -
Andreas Jung -
Brian Lloyd -
Oleg Broytmann