GNOME Bugzilla – Bug 479096
TypeError: install() got an unexpected keyword argument 'names'
Last modified: 2008-01-06 08:18:38 UTC
I get this when running "sudo sabayon" from terminal: Traceback (most recent call last):
+ Trace 164518
util.init_gettext ()
gettext.install (PACKAGE, LOCALEDIR, names=("gettext", "ngettext"))
Uh oh, it looks like gettext.install() doesn't like the "names" argument in Python 2.4.
*** This bug has been marked as a duplicate of 480508 ***