Description
I get the following error on all of my pages that contain any reStructured text:
AttributeError'NoneType' object has no attribute 'read'
Note that I am getting the following error on most but not all of my rst pages.
{{{KeyError: ids }}}
Steps to reproduce
- Create a page with reSt in it and render the page.
Example
Please see the stacktrace attachment under the Details section.
Here's an example of the markup that I'm using:
This is a test
This is another test.
Details
I'm using the following version of docutils: 0.3.10
After initially installing docutils, I execute all of test scripts and they ran properly.
Workaround
Using docutils 0.3.9 (the "release" package, not the 3.10 "snapshot") fixed the problem for me.
Discussion
Please try docutils 0.3.9.
Hey, that fixed the problem. Thanks for the suggestion! --TomPurl
Plan
- Priority:
- Assigned to:
- Status: Is already fixed in the 1.5 branch.