AttributeError: 'module' object has no attribute 'bindtextdomain'

Issue #20 resolved
Former user created an issue

"AttributeError: 'module' object has no attribute 'bindtextdomain'"

Run awn-settings from VL7 B2.6 64bit and encounter below error

{{{ benreilly:$ awn-settings ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay) Traceback (most recent call last): File "/usr/bin/awn-settings", line 53, in <module> from awnClass import awnPreferences, awnManager, awnLauncher, awnApplet, awnThemeCustomize, awnTaskManager File "/usr/share/avant-window-navigator/awn-settings/awnClass.py", line 47, in <module> import awn File "/usr/lib64/python2.7/site-packages/awn/init.py", line 46, in <module> locale.bindtextdomain(TEXTDOMAIN, LOCALEDIR) AttributeError: 'module' object has no attribute 'bindtextdomain' }}}

From hata_ph

Comments (6)

  1. Former user Account Deleted

    The root cause is /usr/lib/libintl.so is pointing to an invalid path...need to fix that in 64bit

    From: hata_ph

  2. Log in to comment