Improve the error message about missing PLY Python package
Previously, only a message about missing Python was printed, which was misleading to many users. The new message clearly states that Python AND PLY is required and prints basic instructions how to install PLY package.
Closes #958 (closed)