Install ZPatterns: Build the C extension which must be build before the product can be used
Created by .
Last modified on 2003/08/05.
(From How-To:Install ZPatterns & LoginManager)
Go to the ZPatterns directory:
> cd lib/python/Products/ZPatterns/
Copy the 'Makefile.pre.in' from your Python config directory ( for me /usr/lib/python1.5/config ) to this directory
If you are using Zope in a compiled version, you must download the uncompiled one, and copy the Folder
<Zope-uncompiled-version-path>/lib/Components to <Zope-compiled-version-path>/lib/Components
Now do a:
>make -f Makefile.pre.in boot' followed by a '>make'
Stop and restart your Zope installation
|