I can't compile my project by pyinstaller #375
Closed
Labels
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: