[Zope3-dev] File is corrupt error for wiki.mo

Barry Warsaw barry@python.org
16 Apr 2003 11:24:53 -0400


On Wed, 2003-04-16 at 07:21, Chris Withers wrote:

> My checkout doesn't have a zopeproducts package.
> 
> Where did you get it from?

You have to check out zopeproducts separately.  Here's what I did:

- cd to your Zope3's src directory
- cvs -d cvs.zope.org:/cvs-repostory co zopeproducts

That ought to leave you with a zopeproducts package in the right place
for all the tests and run-in-place Zope to find it, although you have to
fiddle with your products.zcml file to enable the products you're
interested in.

-Barry