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