kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

Add PILwoTk to buildout.cfg eggs, makes buildout installation easier #132

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by lucielej...@gmail.com on 15 May 2009 at 8:30