Re: changing requirements for Silva HEAD
Martijn Faassen <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Martijn Faassen wrote: > and then in your instance's etc/zope.conf, add a path statement like the > following: > > path /your/path/to/Sprout/src Note that unfortunately to run the unit tests this doesn't work; the unit test system doesn't read the zope.conf file.. Placing this path on your PYTHONPATH by some other method, for instance by doing: export PYTHONPATH=/your/path/to/Sprout/src does work with the tests, however. Regards, Martijn