[Zope-PTK] DemoPortal's PortalWizard and other wizards broken

Toshio Matsuda matsuda-toshio@fujielectric.co.jp
Thu, 30 Mar 2000 10:24:22 +0900


>>>>> On Wed, 29 Mar 2000 13:31:24 -0800 (PST)
>>>>> ricmarques@yahoo.com(Ricardo Marques)  said:

> My Zope version is 2.1.2  I have read that PTK
> requires Zope 2.1.3. However, I don't know if this
> difference could be enough to cause this problem and,
> besides, I can't find a way to easily upgrade the Zope
> version to 2.1.3 (yes, I have read the HowTo on
> upgrading Zope, but it just does not sound to be easy
> enough!  

I recommend you upgrade the Zope to 2.1.6. It's easy using the diff
release.
(1) Get Zope-2.1.x-to-2.1.6-src.tar.gz from zope.org
(2) Shutdown the Zope
(3) Go to the directory of your Zope installation.
    (e.g. /usr/local/Zope-2.1.x-src)
(4) Expand Zope-2.1.x-to-2.1.6-src.tar.gz as follows:
    tar zxf Zope-2.1.x-to-2.1.6-src.tar.gz
(5) Compile everything as follows:
    python w_pcgi.py
(6) Restart the Zope

I am using the cvs version. You can get it as follows:

cvs -d :pserver:anonymous@cvs.zope.org:/cvs-repository login
(password:anonymous)

cvs -z7 -d :pserver:anonymous@cvs.zope.org:/cvs-repository checkout ZopePTK

When updating the previous cvs checkout to the latest version, in the
ZopePTK directory just run:

cvs -z7 -q up -P -d

-- 
Toshio Matsuda <matsuda-toshio@fujielectric.co.jp>