conjure icon indicating copy to clipboard operation
conjure copied to clipboard

Windows builds: locale.bindtextdomain() not available

Open Kreijstal opened this issue 1 year ago • 0 comments

essentially same as https://github.com/innstereo/innstereo/issues/46

when trying to compile in msys2:

# ./conjure
Traceback (most recent call last):
  File "C:/conjure/build/conjure/conjure", line 35, in <module>
    locale.bindtextdomain('conjure', localedir)
    ^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'locale' has no attribute 'bindtextdomain'

we could try using a try catch here

Kreijstal avatar Feb 13 '24 11:02 Kreijstal