docutils: ImportError: No module named roman

David Goodger goodger at python.org
Thu Aug 21 11:42:08 EDT 2003


Rim wrote:
> ImportError: No module named roman
> 
> What provides the roman module?

It comes with Docutils, and is installed by the same
"python setup.py install" as Docutils itself.  It's in the
"extras" directory (3rd party code), and is only installed
if not already present.

> I can't run docutils/tools since I upgraded to python2.3.

After you upgraded, did you reinstall Docutils?
<http://docutils.sf.net/README.html>.  Use the snapshot for the
latest code: <http://docutils.sf.net/docutils-snapshot.tgz>.

-- David Goodger







More information about the Python-list mailing list