Comment 3 for bug 1155153

Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Thanks for reporting this.

> '/usr/local/lib/python2.7/dist-packages/docutils/writers/s5_html/themes'

The "/usr/local" prefix means that you did your own installation of docutils. This works fine here with the installation from repositories (on 13.04):

>>> import docutils.writers.s5_html
>>> docutils.writers.s5_html.themes_dir_path
'/usr/share/docutils/writers/s5_html/themes'

Can you please check if this bug exists for you with docutils from repositories?