[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [TSVN] Re: Nightlies down?

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2005-04-27 09:18:04 CEST

Hi Russel,

Sorry that I keep bugging you, but the doc translation still fails. Here's
the message

---SNIP---
generating docs
Traceback (most recent call last):
  File "C:\Projects\svn\TortoiseSVN\doc\xml2po.py", line 716, in ?
    doSerialize(doc)
  File "C:\Projects\svn\TortoiseSVN\doc\xml2po.py", line 484, in doSerialize
    outtxt += doSerialize(child)
  File "C:\Projects\svn\TortoiseSVN\doc\xml2po.py", line 478, in doSerialize
    (starttag, content, endtag, translation) = processElementTag(node, repl,
1)
  File "C:\Projects\svn\TortoiseSVN\doc\xml2po.py", line 409, in
processElementTag
    translation = getTranslation(outtxt, isSpacePreserveNode(node))
  File "C:\Projects\svn\TortoiseSVN\doc\xml2po.py", line 225, in
getTranslation
    return gt.ugettext(text.decode('utf-8'))
  File "C:\Python22\lib\gettext.py", line 202, in ugettext
    return unicode(tmsg, self._charset)
TypeError: decoding Unicode is not supported
---SNIP---

The only obvious difference I see is that I have python 2.4.1 installed,
whereas you are running python 2.2. I upgraded my python before installing
xml2po.py, so I can't say for sure, but I feel that:

--SNIP--
  File "C:\Python22\lib\gettext.py", line 202, in ugettext
    return unicode(tmsg, self._charset)
TypeError: decoding Unicode is not supported
--SNIP--

Is hinting at that...

Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Apr 27 09:18:32 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.