Open
Description
What was wrong?
The error message is not clear, when solc isn't available.
Examples:
- https://ethereum.stackexchange.com/questions/26192/errno-2-no-such-file-or-directory-solc-using-py-solc-and-solidity
- Example code failed to run web3.py#467
Proposal: catch and reraise the exception with a note saying something like:
The command line tool
solc
wasn't found. Trypython -m solc.install v0.4.17
or see http://solidity.readthedocs.io/en/latest/installing-solidity.html