-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
createfontdatachunk broken because of hardcoded values #2644
Comments
The script is attempting to find an image from the test suite. However, the test suite is not a part of a Pillow installation. Here is output of the script when run successfully, from the base of the Pillow repository -
|
From #2257 (comment):
|
PR to move this script: #2645. |
that's what I thought, but was not sure. of course I was able to get this output running it from source tree. @hugovk that's what I ended doing, I removed this script froom our installation. thanks for confirming that I was doing the right thing |
What did you do?
pip installed pillow and tried to use the createfontdatachunk scripts
What did you expect to happen?
have something working, not crashing with the backtrace ;-)
I don't know what this script is supposed to do, but I was expecting to have some output
What actually happened?
What versions of Pillow and Python are you using?
python/2.17.13
pillow/4.2.1
regards
Eric
The text was updated successfully, but these errors were encountered: