On May 21, 2007, at 9:21 AM, Philipp von Weitershausen wrote:

Darryl Cousins wrote:
On Sun, 2007-05-20 at 20:11 -0400, Gary Poster wrote:
Are you maybe using your system Python? Generally not advised for development work...try a standalone one?
Could anyone share a way to `bootstrap` python in a buildout?

[python]
recipe = zc.recipe.cmmi
url = /url/to/python.tgz

Assuming that you want to use this Python in another recipe, you'll also need to add the option:

  executable = ${buildout:parts-directory}/python/bin/python

The cmmi recipe is to general to generate this option automatically. It would be easy and nice to generate a python recipe that extended the basic cmmi recipe to compute the executable option.

Jim

--
Jim Fulton                      mailto:[EMAIL PROTECTED]                Python 
Powered!
CTO                             (540) 361-1714                  
http://www.python.org
Zope Corporation        http://www.zope.com             http://www.zope.org



_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to