[Distutils] what does zc.recipe.egg do with disutils scripts?
Jim Fulton
jim at zope.com
Tue Sep 8 01:20:17 CEST 2009
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:
>
> 'scripts' : ['tools/rst2html.py',
> 'tools/rst2s5.py',
> 'tools/rst2latex.py',
> 'tools/rst2newlatex.py',
> 'tools/rst2xml.py',
> 'tools/rst2pseudoxml.py',
> 'tools/rstpep2html.py',
> ],}
This recipe only supports console_script entry points. There is work
underway to add support for distutils scripts.
> How do I get them installed? I've tried adding dependent-scripts = true
> and/or interpreter = py, but nothing seems to work...
You might find this useful:
http://pypi.python.org/pypi/zc.rst2
>
> What am I doing wrong?
Nothing.
Jim
--
Jim Fulton
More information about the Distutils-SIG
mailing list