py-stockfish / stockfish

Integrates the Stockfish chess engine with Python (Official fork)
https://py-stockfish.github.io/stockfish/
MIT License
30 stars 9 forks source link

More understandable error message if the Stockfish executable is not found #68

Open kieferro opened 1 year ago

kieferro commented 1 year ago

The error message given when the specified Stockfish file is not found is not very clear. We should catch the error and replace it with one that is easier to understand.