Roundup Tracker - Issues

Message3975

Author radioking
Recipients radioking
Date 2010-01-07.00:57:14
Message-id <1262825834.95.0.513006302086.issue2550624@psf.upfronthosting.co.za>
In-reply-to
Additionally copying the fr.po file from r4300 to
version 1.4.7's folder locale did not help either.


Further tests...


I tracked the error source to file  i18n.py


Modifying

line 
############################################
        translator = translation_class(open(mofiles[0], "rb"))
############################################

to

############################################
        translator = null_translation_class()
############################################

makes installation succeed.



Remarks:

There must have been something changed by this hack, though...
Seems translation is broken by that- only English frontend is used, now.


mofiles[0] refers to a binary file
/usr/share/locale/en/LC_MESSAGES/roundup.mo
which I can't interprete...

Is there a way to avoid that utf8-error?
How can I dig deeper for the source of the error?
History
Date User Action Args
2010-01-07 00:57:14radiokingsetmessageid: <1262825834.95.0.513006302086.issue2550624@psf.upfronthosting.co.za>
2010-01-07 00:57:14radiokingsetrecipients: + radioking
2010-01-07 00:57:14radiokinglinkissue2550624 messages
2010-01-07 00:57:14radiokingcreate