[New-bugs-announce] [issue3528] TypeError when compiling with no translator

Robert Schuppenies report at bugs.python.org
Fri Aug 8 14:29:54 CEST 2008


New submission from Robert Schuppenies <robert.schuppenies at gmail.com>:

I just ran 'make html' with the latest version and got this exception:

loading translations [en]... Exception occurred:
  File "/home/bob/data/dvl/python/svn/doctools/sphinx/builder.py", line
184, in load_i18n
    self.info('selected locale not available' % self.config.language)
TypeError: not all arguments converted during string f

The enclosed patch fixes the issue.

----------
assignee: georg.brandl
components: Documentation tools (Sphinx)
files: str_formatting.patch
keywords: patch
messages: 70901
nosy: georg.brandl, schuppenies
severity: normal
status: open
title: TypeError when compiling with no translator
type: behavior
Added file: http://bugs.python.org/file11087/str_formatting.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3528>
_______________________________________


More information about the New-bugs-announce mailing list