Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows builds: locale.bindtextdomain() not available #32

Open
Kreijstal opened this issue Feb 13, 2024 · 0 comments
Open

Windows builds: locale.bindtextdomain() not available #32

Kreijstal opened this issue Feb 13, 2024 · 0 comments

Comments

@Kreijstal
Copy link

essentially same as innstereo/innstereo#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant