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
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to