GNOME Bugzilla – Bug 704786
ocrfeeder fails to start if the locale is not set
Last modified: 2014-07-12 19:38:36 UTC
$ LANG= LC_ALL= LANGUAGE= ocrfeeder Traceback (most recent call last):
+ Trace 232289
from ocrfeeder.studio.studioBuilder import Studio
import widgetPresenter
from ocrfeeder.util.configuration import ConfigurationManager
class ConfigurationManager(object):
LANGUAGE: locale.getdefaultlocale()[0].split('_')[0],
Fixed. Thanks for reporting!