What steps will reproduce the problem?
1. Check out getpaid-anonymous-buildout or getpaid-30.buildout
2. Add PILwoTK to buildout.cfg eggs section
3. /opt/python24/python/bin/python bootstrap.py ; ./bin/buildout -n
4. No need to install PIL manually
What is the expected output? What do you see instead?
Without this change, Plone's dependency on PIL is not satisfied by running
buildout alone:
File
"/software/svn/getpaid-anonymous-buildout/parts/plone-2.5.3/CMFPlone/utils.py",
line 6, in ?
from PIL import Image
ImportError: No module named PIL
What version of the product are you using? On what operating system?
Gentoo Linux ~x86
Please provide any additional information below.
This is a general egg-based Plone issue, but the simple change to
buildout.cfg makes getpaid user's setup easier today.
Jim Fulton and/or Chris McDonough prepared setuptools-compatible PIL egg
options, but recommend the changes be introduced in upstream PIL:
http://article.gmane.org/gmane.comp.web.zope.devel/13999
Original issue reported on code.google.com by jeff.kow...@gmail.com on 24 Oct 2007 at 3:29
Original issue reported on code.google.com by
jeff.kow...@gmail.com
on 24 Oct 2007 at 3:29