id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11586 Issues with docutils and console locale running the test suite Olemis Lang " While working on #11585 I installed `docutils` (see comment:1:ticket:11585) and immediately after I got this error (platform=Mac OS X) . {{{#!sh $ python trac/tests/functional/__init__.py Traceback (most recent call last): File ""trac/tests/functional/__init__.py"", line 69, in from trac.tests.compat import rmtree File ""/path/to/trac/trac/tests/__init__.py"", line 16, in from trac.tests import attachment, config, core, env, perm, notification, \ File ""/path/to/trac/trac/tests/wikisyntax.py"", line 26, in from trac.wiki.tests import formatter File ""/path/to/trac/trac/wiki/tests/__init__.py"", line 21, in from trac.wiki.tests.functional import functionalSuite File ""/path/to/trac/trac/wiki/tests/functional.py"", line 16, in from trac.mimeview.rst import has_docutils File ""/path/to/trac/trac/mimeview/rst.py"", line 30, in from docutils.core import publish_parts File ""/path/to/venv/lib/python2.7/site-packages/docutils/core.py"", line 20, in from docutils import frontend, io, utils, readers, writers File ""/path/to/venv/lib/python2.7/site-packages/docutils/frontend.py"", line 41, in import docutils.utils File ""/path/to/venv/lib/python2.7/site-packages/docutils/utils/__init__.py"", line 20, in import docutils.io }}} Everything was back to normal ( see comment:2:ticket:11585 ) after executing this command {{{#!sh $ export LC_ALL=en_US }}} " defect closed normal general 1.1.1dev normal cantfix macosx, docutils, locale