Re: developer manual errata
Israel Saeta Pérez <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.documentation |
|---|---|
| Message-ID | <[email protected]> |
cpsaltis wrote:
> Hi,
> I noticed that in Section 1.5 Understanding buildout.cfg of the Developer
> Manual found
> http://plone.org/documentation/manual/developer-manual/managing-projects-with-buildout/understanding-buildout.cfg
> here the file given as an example does not contain PIL. As a consequence
> the server will fail to start. In case you work with system PIL the reader
> should be clearly informed of this prerequisite. Please check for yourselves
> and correct it.
> Thanks
Thanks for the notice. I've added the following text:
**
Please note that you will need the Python Imaging Library (PIL) for
Plone to work. This example assumes that you have this library already
installed and available from your Python interpreter, but otherwise you
can installan slimmed down version from the "thirdparty" Plone
repository in your buildout adding its name to the eggs list:
eggs =
PILwoTk
**
-- israel
------------------------------------------------------------------------------