Discussion:
[Plone-docs] developer manual errata
cpsaltis
2010-04-22 08:33:08 UTC
Permalink
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
--
View this message in context: http://plone.293351.n2.nabble.com/developer-manual-errata-tp4941562p4941562.html
Sent from the Documentation Team mailing list archive at Nabble.com.
Israel Saeta Pérez
2010-04-24 16:13:08 UTC
Permalink
Post by cpsaltis
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
Alex Clark
2010-05-09 18:01:49 UTC
Permalink
Post by Israel Saeta Pérez
Post by cpsaltis
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
**
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
eggs =
PILwoTk
**
And I added some additional text about adding:

find-links = http://dist.plone.org/thirdparty/PILwoTk-1.1.6.4.tar.gz

to find-links.

But then Israel pointed out that find-links were mentioned above. So, someone
should probably fix that(I don't have time at the moment but will look later,
if noone else gets to it. ;-)

My only point was that it is "better" to specify exactly what you want to
add for two reasons:

1. To avoid "finding links" you don't want (aka "pollution" which leads to conflicts).
2. To demonstrate to folks that it is possible to specify find-links this way.

E.g.

http://svn.plone.org/svn/plone/Products.PloneOrg/trunk/buildout.cfg
Post by Israel Saeta Pérez
-- israel
------------------------------------------------------------------------------
--
Alex Clark · http://aclark.net
Author of Plone 3.3 Site Administration · http://aclark.net/plone-site-admin
Loading...