Clarify solc unavailable message
- Dominant language
- Python
- Stars
- 195
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
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
- https://github.com/ethereum/web3.py/issues/467
Proposal: catch and reraise the exception with a note saying something like:
> The command line tool `solc` wasn't found. Try `python -m solc.install v0.4.17` or see http://solidity.readthedocs.io/en/latest/installing-solidity.html
#### Cute Animal Picture

Contributor guide
Assessment
This issue has not been assessed yet.