We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@myint reported in #15:
$ python2.7 setup.py install $ pip-2.7 freeze | grep docutils docutils==0.10 $ rst2rst ImportError: No module named error_reporting What version of docutils are you using?
$ python2.7 setup.py install $ pip-2.7 freeze | grep docutils docutils==0.10 $ rst2rst ImportError: No module named error_reporting
What version of docutils are you using?
As of version 0.2, rst2rst was developed against docutils 0.9.1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
@myint reported in #15:
As of version 0.2, rst2rst was developed against docutils 0.9.1
The text was updated successfully, but these errors were encountered: