-
Notifications
You must be signed in to change notification settings - Fork 339
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
I can't compile my project by pyinstaller #375
Comments
@h0n3yc4k3 Seems like we have hardcoded path. It's a bug. |
@h0n3yc4k3 I have fixed this issue (see #376). Now, this should work fine. Can you, please, uninstall an old version ( |
Yes, it fixed wrong path, but for unknown reasons pyinstaller doesnt import mimesis data :( |
@h0n3yc4k3 Possible that the issue on the |
But I compiled it 😄 |
@h0n3yc4k3 My congratulations! That's awesome. |
I have a script with code:
and it works well, but after compiling this code to .exe via pyinstaller I have an error FileNotFoundError: [Errno 2] No such file or directory: 'B:\_MEI131682\mimesis\data/es\personal.json'
[20624] Failed to execute script myproject
So, I think that problem in path (
data/es\\personal
). What ways of solving this problem can you recommend?The text was updated successfully, but these errors were encountered: