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

Error finding grapheme_break_property.json on windows after making executable #22

Open
githubpaycon opened this issue Jun 26, 2023 · 0 comments

Comments

@githubpaycon
Copy link

I think the fix would be to change this:
with open(os.path.join(os.path.dirname(file), "data/grapheme_break_property.json"), 'r') as f:
that's why:
with open(os.path.join(os.path.dirname(file), os.path.join("data", "grapheme_break_property.json")), 'r') as f:

Making that change worked fine 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