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

Chris Withers chris at simplistix.co.uk
Mon Sep 7 23:56:48 CEST 2009


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',
                  ],}

How do I get them installed? I've tried adding dependent-scripts = true 
and/or interpreter = py, but nothing seems to work...

What am I doing wrong?

cheers,

Chris

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


More information about the Distutils-SIG mailing list