I just tried upgrading all of my python packages using "easy_install -
U -Z1 -O $PACKAGES". And that upgraded me from docutils-0.6 to
docutils-0.7 (and a bunch of other packages). However after doing so,
sphinx-build failed saying that it could not find "roman" which came
with docutils. I checked, and docutils-0.6*.egg/ has roman.py but
docutils-0.7*.egg/ does not.

Should sphinx be getting roman from somewhere else? Is this a real
failure?

For now, I just edited easy_install.pth to go back to docutils-0.6,
but it would be nice to use the latest versions of things.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to