From: Vladimir P. <vla...@gm...> - 2015-06-03 20:01:44
|
Hi Günter, On 6/3/2015 3:31 PM, Guenter Milde wrote: >> NameError: name 'StandardError' is not defined > > It looks like you are trying to use the Python 2 version with Python 3. > > The Py3 code has > > class ApplicationError(Exception): > > on line 68 of docutils/__init__.py > Yep, you're right. >> Is there anything I'm doing wrong, or shall I use earlier version of >> Python, or is it possible to fix this problem? > > To use Docutils with Python 3, you need to install it: > > * unpack and call setup.py with a py3 version, or This worked for me. Thanks for catching my mistake! - Volodya |