[Zope3-dev] Re: 3.3.0 tag broken by zc.catalog eggs?

Jim Fulton jim at zope.com
Mon May 21 11:10:40 EDT 2007


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:jim at zope.com		Python Powered!
CTO 				(540) 361-1714			http://www.python.org
Zope Corporation	http://www.zope.com		http://www.zope.org





More information about the Zope3-dev mailing list