For some reason setup.py can fail with docutils complaining it cannot find the roman module. One thing that works is just removing docutils from your site-packages and reinstall it.
For some reason setup.py can fail with docutils complaining it cannot find the roman module. One thing that works is just removing docutils from your site-packages and reinstall it.
The module ‘ roman.py ‘ in … Python32\Lib\site-packages … when installed for Pyton 3x shows (4) Syntax errors concerning the ‘raise…’ command – which got new syntax in Python 3.x
A copy of CORRECTED roman.py follows – after that it was possible to install it with Python 3.2.0.
The docutils, however, are NOT suited / adopted for Pyton 3x new SYNTAX at all – they display MANY syntax errors with ‘raise’, ‘print’, … command !!