[Distutils] what does zc.recipe.egg do with disutils scripts?

Chris Withers chris at simplistix.co.uk
Tue Sep 8 17:18:02 CEST 2009


Reinout van Rees wrote:
> On 2009-09-07, Jim Fulton <jim at zope.com> wrote:
>> On Mon, Sep 7, 2009 at 5:56 PM, Chris Withers<chris at simplistix.co.uk> wrote:
>>> Hi,
>>>
>>> I'm trying to get docutils installed and running with this part:
>>>
>>> [docs]
>>> recipe = zc.recipe.egg:scripts
>>> eggs = docutils
>>>
>>> However, the following scripts specified in docutils' setup.py are not
>>> installed:
>> This recipe only supports console_script entry points.  There is work
>> underway to add support for distutils scripts.
> 
> Chris, you could try out the zc.buildout/branches/reinout-scripts branch.
> I've fixed it there.

How do I actually go about doing that?

If I just put that checkout in the develop line of my buildout will get 
picked?

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
            - http://www.simplistix.co.uk


More information about the Distutils-SIG mailing list