RstPreview icon indicating copy to clipboard operation
RstPreview copied to clipboard

install RstPreview ERROR:ImportError: No module named docutils.core

Open onestarshang opened this issue 10 years ago • 2 comments

i installed docutils on win8, and there was an error:

error: RstPreview requires docutils to be installed for the python interpreter that Sublime uses. run: sudo easy_install-2.6 docutils and restart Sublime (if on Mac OS X or Linux). For Windows check the docs at https://github.com/d0ugal/RstPreview Traceback (most recent call last): File ".\sublime_plugin.py", line 362, in run_ return self.run(edit) File ".\RstPreview.py", line 51, in run File ".\RstPreview.py", line 21, in rst_to_html ImportError: No module named docutils.core

onestarshang avatar Aug 12 '14 03:08 onestarshang

Unfortunately I'm not able to support windows, so I'm not sure why this is happening.

d0ugal avatar Aug 12 '14 07:08 d0ugal

thanks for answering my question.

i think i will try it on linux, maybe it will work....

:)

onestarshang avatar Aug 18 '14 02:08 onestarshang