PatrickAlphaC / web3_py_simple_storage

47 stars 78 forks source link

python subprocess filenotfounderror: (winerror 2) the system cannot find the file specified #32

Closed LouCse59 closed 2 years ago

LouCse59 commented 2 years ago

Fifth lesson from the course

My code is; "def main(): print("Hello !")"

when I launch it with "brownie run scripts/deploy.py"

I receive "FileNotFoundError: [WinError 2] File not found (...)"

Any help ?

Best