Zwiki 0.10.0 has been released, including 4.5 months' worth of enhancements & fixes. Enjoy. Summary Pre-rendering for better performance, new freeform page names and fuzzy linking, WikiForNow regulations support (beta), page renaming & deleting, UI enhancement & simplification, better upgradability, page templates support, i18n started, many bugfixes & minor enhancements. Upgrading notes This release has renamed page types and a new render-caching mechanism, to which pages are upgraded automatically; full-featured UI defaults which will be used if you delete your custom DTML methods; and one new and one renamed permission. See http://zwiki.org/TenMinuteZwikiUpgradeGuide & http://zwiki.org/HowToUpgradeZwiki for more. Download: http://zope.org/Members/simon/ZWiki or http://zwiki.org/releases/ZWiki-0.10.0.tgz
| Zwiki 0.10.0 has been released, including 4.5 months' worth of | enhancements & fixes. Enjoy. | | Upgrading notes | | This release has renamed page types and a new render-caching mechanism, | to which pages are upgraded automatically; full-featured UI defaults | which will be used if you delete your custom DTML methods; and one new | and one renamed permission. See | http://zwiki.org/TenMinuteZwikiUpgradeGuide & | http://zwiki.org/HowToUpgradeZwiki for more. I was unable to upgrade. Traceback (most recent call last): File "/usr/share/zope/lib/python/OFS/Application.py", line 563, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/var/zope/Products/ZWiki/__init__.py", line 9, in ? import ZWikiPage, ZWikiWeb, OFS.Folder File "/var/zope/Products/ZWiki/ZWikiPage.py", line 47, in ? from Products.PageTemplates.PageTemplate import PageTemplate ImportError: No module named PageTemplates.PageTemplate In /var/zope/Products I have this lrwxrwxrwx 1 root root 28 Sep 5 15:52 ZWiki -> /usr/local/zope/ZWiki-0.10.0/ So, due to the upgrade problem, I had to revert it back to what it was: lrwxrwxrwx 1 root root 26 Sep 5 15:56 ZWiki -> /usr/local/zope/ZWiki0.9.9/ 0.9.9 works just fine. This is what I run: Zope Version (Zope 2.4.3 (source release, python 2.1, linux2), python 2.1.1, linux-i386) Python Version 2.1.1 (#1, Aug 30 2001, 17:36:05) [GCC 2.96 20000731 (Mandrake Linux 8.1 2.96-0.61mdk)] System Platform linux-i386 marcio
"Marcio Marchini" <mqm@magma.ca> writes:
I was unable to upgrade. ... ImportError: No module named PageTemplates.PageTemplate
Hi Marcio - it's looking for Page Templates, which I think you need to install as a separate product with zope 2.4.3. I'll look into handling this more gracefully in the next release. Thanks - Simon
participants (2)
-
Marcio Marchini -
Simon Michael