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

https://github.com/ethereum/eth-account/blob/master/eth_account/hdaccount/mnemonic.py#L53

Sample Code:

```
from web3 import Web3

w3 = Web3()

w3.eth.account.enable_unaudited_hdwallet_features()
mnemonic = "quote cheese ski humble clever visa jaguar reward zebra behind 
extend balcony"        
acc = w3.eth.account.from_mnemonic(mnemonic, account_path=f
"m/44'/60'/0'/0/1")```

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/80fcf7a7-b94f-4b97-ab2a-da264cfca697n%40googlegroups.com.

Reply via email to