Package Details: bracelet-generator 1.4.1-1

Git Clone URL: https://aur.archlinux.org/bracelet-generator.git (read-only, click to copy)
Package Base: bracelet-generator
Description: Friendship bracelet pattern designer
Upstream URL: https://braceletgenerator.sourceforge.io/
Keywords: bracelet friendship generator pattern
Licenses: GPL3
Submitter: j_4321
Maintainer: j_4321
Last Packager: j_4321
Votes: 1
Popularity: 0.000000
First Submitted: 2016-08-24 20:40 (UTC)
Last Updated: 2018-07-13 15:21 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

luntik2012 commented on 2023-12-07 09:38 (UTC)

workaround:

$ git diff PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 9ba5438..e3d4c01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ changelog=changelog

 build() {
        cd "$srcdir/$pkgname-$pkgver"
+    sed -i '/bind_textdomain_codeset/d' BraceletGenerator/constantes.py
     python3 setup.py build
 }

luntik2012 commented on 2023-12-03 12:53 (UTC)

 $ bracelet-generator 
Traceback (most recent call last):
  File "/usr/bin/bracelet-generator", line 26, in <module>
    from BraceletGenerator.constantes import CONFIG, BRACELET_LOG, BICOLOR_LOG, save_config
  File "/usr/lib/python3.11/site-packages/BraceletGenerator/constantes.py", line 134, in <module>
    gettext.bind_textdomain_codeset(APP_NAME, "UTF-8")
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset'