Closed GoogleCodeExporter closed 9 years ago
This is strange, the rst module should have a Directive attribute.
It sounds like you have some other module called rst that is overriding the
crunchy
rst module - can you tell me what happens whan you import rst from a normal
python
terminal.
Original comment by johannes...@gmail.com
on 17 Mar 2008 at 10:32
This looks more like a problem with the docutils intallation. Crunchy uses the
following:
if _docutils_installed:
provides = set(["/rst"])
from os import linesep
from docutils.parsers import rst
I suggest having a look at the docutils version and find out if it is perhaps
out of
date, or try at the python prompt
from docutils.parsers import rst
dir(rst)
The output should be
['Directive', 'DirectiveError', 'Parser', '__builtins__', '__doc__',
'__docformat__',
'__file__', '__name__', '__path__', 'convert_directive_function', 'directives',
'docutils', 'frontend', 'languages', 'nodes', 'roles', 'states', 'tableparser']
I'm setting the status of this issue as invalid.
Original comment by andre.ro...@gmail.com
on 21 Mar 2008 at 11:30
Original issue reported on code.google.com by
humi...@gmail.com
on 11 Mar 2008 at 2:11