You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyInstaller
I am trying to make a pyinstaller for a simple script but it keeps giving me this error
eth_utils.exceptions.ValidationError: Language not detected for word(s): quote cheese ski humble clever visa jaguar reward zebra behind extend balcony [34364] Failed to execute script 'main' due to unhandled exception!
which seems to make me think that its not properly reading this __FILE__.parent properly
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyInstaller
That WORDLIST_DIR won’t exist by default because PyInstaller needs to be told to collect data files. Adding --collect-data=eth_acount.hdaccount to your pyinstaller command should do it.