Replies: 1 comment
-
|
@mallinlr did you change "spellchecker/resources/" to your actual path? In my case, it looks like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi friend,
I have tried with below command;
pyinstaller --add-binary="spellchecker/resources/en.json.gz:spellchecker/resources" my_prog.py
But, still I am getting the same issue;
pyinstaller: error: argument --add-binary: invalid add_data_or_binary value: 'spellchecker/resources/en.json.gz:spellchecker/resources'
Please suggest to fix it.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions