Skip to content
New issue

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

Install with Python 2.7 + docutils 0.10 fails #16

Closed
benoitbryon opened this issue Apr 2, 2013 · 0 comments · Fixed by #18
Closed

Install with Python 2.7 + docutils 0.10 fails #16

benoitbryon opened this issue Apr 2, 2013 · 0 comments · Fixed by #18
Labels

Comments

@benoitbryon
Copy link
Owner

@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?

As of version 0.2, rst2rst was developed against docutils 0.9.1

  • on PyPI, publish a 0.2.1 version which requires docutils > 0.9 and < 0.10
  • Upgrade development branch to latest docutils
  • Perhaps make a new release which supports docutils 0.10. Check if it can support both 0.9 and 0.10 (is tox made for that?).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant