docutils: ImportError: No module named roman

Dave Kuhlman dkuhlman at rexx.com
Thu Aug 21 13:32:53 EDT 2003


Rim wrote:

> Hi,
> 
> ImportError: No module named roman
> 
> What provides the roman module? I can't run docutils/tools since I
> upgraded to python2.3.

It's in:

    docutils/extras/roman.py

Did you re-run the docutils installation after installing Python
2.3?  If you upgraded from Python 2.2, your Python will be
installed in a new location (on my Linux GNU/Debian system, in
/usr/local/lib/python2.3 instead of /usr/local/lib/python2.2).
So, you need to re-install docutils in order to put it in that
new location.

Dave

-- 
Dave Kuhlman
http://www.rexx.com/~dkuhlman
dkuhlman at rexx.com




More information about the Python-list mailing list