After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 479096 - TypeError: install() got an unexpected keyword argument 'names'
TypeError: install() got an unexpected keyword argument 'names'
Status: RESOLVED DUPLICATE of bug 480508
Product: sabayon
Classification: Deprecated
Component: general
2.20.x
Other Linux
: Normal critical
: 2.20.2
Assigned To: Federico Mena Quintero
Maintainers of sabayon
Depends on:
Blocks:
 
 
Reported: 2007-09-21 20:40 UTC by Thilo
Modified: 2008-01-06 08:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thilo 2007-09-21 20:40:12 UTC
I get this when running "sudo sabayon" from terminal:

Traceback (most recent call last):
  • File "/usr/sbin/sabayon", line 64 in ?
    util.init_gettext ()
  • File "/usr/lib/python2.4/site-packages/sabayon/util.py", line 117 in init_gettext
    gettext.install (PACKAGE, LOCALEDIR, names=("gettext", "ngettext"))
TypeError: install() got an unexpected keyword argument 'names'

Comment 1 Federico Mena Quintero 2007-09-21 20:57:55 UTC
Uh oh, it looks like gettext.install() doesn't like the "names" argument in Python 2.4.
Comment 2 Johnny Robeson 2008-01-06 08:18:38 UTC

*** This bug has been marked as a duplicate of 480508 ***