mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #106] Not Compatible with Mnemonic #100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @h4Ck3D001 on GitHub (Jun 21, 2020).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/106
Hi,
So my script uses Mnemonic, when i convert the Script to an exe i get this Error:
Traceback (most recent call last):
File "MyPath", line 19, in
File "AppData\Local\Programs\Python\Python37\lib\site-packages\mnemonic\mnemonic.py", line 72, in init
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\MyName\AppData\Local\Temp\_MEI124882\mnemonic\wordlist/english.txt'
@brentvollebregt commented on GitHub (Jun 22, 2020):
It looks like mnemonic is looking in
./mnemonic\wordlistforenglish.txt(as stated in the error). Have you included this file?@h4Ck3D001 commented on GitHub (Jun 29, 2020):
@brentvollebregt So if you use One Directory and download the File from the Github and put it in the Directory, it works, but the problem is, it wont work with One File. (Here is the Github Link: https://github.com/trezor/python-mnemonic)
@brentvollebregt commented on GitHub (Jun 29, 2020):
So you're saying when you use One Directory and add the file english.txt in manually, it works, but if you use One File and don't add english.txt manually, it doesn't work?
Why are you not adding english.txt in the one file option? You added it when using One Directory so it would make sense to also add it for the One File method.
@h4Ck3D001 commented on GitHub (Jul 1, 2020):
@brentvollebregt Because it searches for the File in the Temp Directory because it creates it automatically so that won't work
@brentvollebregt commented on GitHub (Jul 2, 2020):
Have you added the file using the additional file section? Then it will be put in the bundled executable.
I recommend making sure adding the additional file works as one directory before trying one folder as you can see inside it to check you got the path right.
@brentvollebregt commented on GitHub (Oct 7, 2020):
Closing due to no further information provided for over three months.