[SciPy-Dev] Building the docs: need "plot_directive" extension

Warren Weckesser warren.weckesser at enthought.com
Sun May 22 12:12:44 EDT 2011


I'm trying to build the HTML docs.  Running 'make html' in the doc/
directory first resulted in:

    Extension error:
    Could not import extension numpydoc (exception: No module named
numpydoc)

so I installed the numpydoc package from pypi.  Now I get this:

    Extension error:
    Could not import extension plot_directive (exception: No module named
plot_directive)

How do I install the 'plot_directive' extension?

I'm using python 2.7, numpy 1.5.1, matplotlib 1.0.1.


Warren
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20110522/5a35beeb/attachment.html>


More information about the SciPy-Dev mailing list