Date: Tue, 26 Nov 2024 22:10:12 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 282990] graphics/mypaint : AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset' Message-ID: <bug-282990-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282990 Bug ID: 282990 Summary: graphics/mypaint : AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset' Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: freebsd@sysctl.cz Hi, I tried to run mypaint and he has a problem with: maxfx@hades /u/p/g/m/w/s/u/l/bin (main)> ./mypaint INFO: mypaint: Installation layout: conventional POSIX-like structure with prefix '/usr/ports/graphics/mypaint/work/stage/usr/local' WARNING: gui.userconfig: Failed to load settings file: /home/maxfx/.config/mypaint/settings.json WARNING: gui.userconfig: Failed to load settings: using defaults INFO: gui.main: No locale setting found, using system locale INFO: lib.i18n: POSIX: LANG=3D'C.UTF-8' INFO: lib.i18n: POSIX: LANGUAGE=3DNone Traceback (most recent call last): File "/usr/ports/graphics/mypaint/work/stage/usr/local/bin/./mypaint", li= ne 309, in <module> main.main( File "/usr/ports/graphics/mypaint/work/stage/usr/local/lib/mypaint/gui/main.py", line 231, in main run() File "/usr/ports/graphics/mypaint/work/stage/usr/local/lib/mypaint/gui/main.py", line 184, in run init_gettext(localepath) File "/usr/ports/graphics/mypaint/work/stage/usr/local/lib/mypaint/lib/gettext_s= etup.py", line 192, in init_gettext c =3D gettext.bind_textdomain_codeset(dom, codeset) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset' --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282990-7788>