Comment 3 for bug 914221

Revision history for this message
Edward K. Ream (edreamleo) wrote : Re: [Bug 914221] [NEW] bound method ViewRenderedController.update

On Tue, Jan 10, 2012 at 9:07 AM, Edward K. Ream <email address hidden> wrote:

> A more promising approach would be to call docutils only if the
> various files that it will be using actually exist.  I'll attempt a
> fix later today.

After re-reading the traceback, this appears that this is some kind of
installation problem with docutils. The relevant line from the
traceback is::

  IOError: [Errno 2] No such file or directory:
  '../../../../../lib/site-packages/docutils/writers/html4css1/html4css1.css'

On my installation, the file
site-packages/docutils/writers/html4css1/html4css1.css does indeed
exist. docutils should use default settings if this file goes
missing, so this does not seem like Leo's problem. For this reason, I
am inclined not to fix this bug.

Edward