Roundup Tracker - Issues

Message3705

Author yolandeR
Recipients yolandeR
Date 2009-05-08.12:35:27
Message-id <1241786128.03.0.904043058018.issue2550546@psf.upfronthosting.co.za>
In-reply-to
Hi,

I'm trying to upgrade roundup 1.4.6 to version 1.4.8. But when I try to 
go to the web interface, I received an error message : 

Traceback (most recent call last):

  File "/usr/local/lib/python2.3/site-packages/roundup/cgi/client.py", 
line 432, in inner_main
    self.determine_language()

  File "/usr/local/lib/python2.3/site-packages/roundup/cgi/client.py", 
line 634, in determine_language
    tracker_home=self.instance.config["TRACKER_HOME"]))

  File "/usr/local/lib/python2.3/site-
packages/roundup/cgi/TranslationService.py", line 122, in 
get_translation
    null_translation_class=null_translation_class)

  File "/usr/local/lib/python2.3/site-packages/roundup/i18n.py", line 
212, in get_translation
    translator = translation_class(open(mofiles[0], "rb"))

  File "/usr/local/lib/python2.3/gettext.py", line 176, in __init__
    self._parse(fp)

  File "/usr/local/lib/python2.3/gettext.py", line 304, in _parse
    tmsg = unicode(tmsg, self._charset)

UnicodeDecodeError: 'utf8' codec can't decode bytes in position 192-
194: invalid data

I don't know what to do and I didn't find anything about this on the 
net. I'm a novice in python, so, please explain clearly. :-)

Thanks!

Yolande
History
Date User Action Args
2009-05-08 12:35:28yolandeRsetmessageid: <1241786128.03.0.904043058018.issue2550546@psf.upfronthosting.co.za>
2009-05-08 12:35:28yolandeRsetrecipients: + yolandeR
2009-05-08 12:35:27yolandeRlinkissue2550546 messages
2009-05-08 12:35:27yolandeRcreate