-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usability improvents #1
Comments
For the record, this what you currently get if you try to build python-afl without Cython installed: Traceback (most recent call last):
File "setup.py", line 33, in <module>
import Cython.Build
ImportError: No module named Cython.Build And this is what you currently get if you run
In both cases, it's obvious to me what's wrong and how to fix it. But I'm probably biased. But I've just realized that these prerequisites are not documented anywhere. I'll update the documentation shortly. |
yeah, thanks a lot. |
I've released python-afl 0.5.4, which includes the aforementioned changes. |
Tell the user that Cython/afl is required, and if it is not installed tell the user to do so.
Don't just give an error tell the user what to do.
The text was updated successfully, but these errors were encountered: