On 2009-09-07, Jim Fulton <[email protected]> wrote: > On Mon, Sep 7, 2009 at 5:56 PM, Chris Withers<[email protected]> 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. Reinout -- Reinout van Rees - [email protected] - http://reinout.vanrees.org Software developer at http://www.thehealthagency.com "Military engineers build missiles. Civil engineers build targets" _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
