changing requirements for Silva HEAD
Martijn Faassen <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi there, We're in the process of merging a branch into head that introduces a dependency on Sprout, a pure-Python library we've created to support various things like: * xml import/export * in the future, a new parser for the text boxes in the forms-based editor and other misc stuff that is not really something Zope-related. It's part of your on-going project to write more Python code and less Zope 2 infected code. :) Sprout and thus now head depends on Zope 2.7; our target Zope is now Zope 2.7.2 with Python 2.3. This means that in order to run the head, you need that installed. In addition, you need to check out the Sprout package and put it on your Python path. Right now you'd do the following: cvs -z3 -d:ext:[email protected]:/cvs/infrae co Sprout in some directory, let's say /your path/to and then in your instance's etc/zope.conf, add a path statement like the following: path /your/path/to/Sprout/src Regards, Martijn