-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
im.show: AttributeError: 'int' object has no attribute 'write' #3517
Comments
git bisect points to fea3daf from #3450. 1.sh: python3 setup.py clean
make clean
python3 setup.py develop
python3 1.py 1.py: from PIL import Image
im = Image.new("RGB", (200, 100))
im.show() git bisect start
git bisect good 5.3.0
git bisect bad master
git bisect run sh 1.sh
|
Lines 133 to 146 in 37d61f1
returns:
|
Hmm. Apologies, I'm surprised that I apparently didn't test this properly at the time. I've created PR #3518 to resolve. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you do?
im.show()
on Mac.What did you expect to happen?
It to show the image in Preview.app.
What actually happened?
What are your OS, Python and Pillow versions?
Cannot reproduce with last Pillow release 5.3.0.
The text was updated successfully, but these errors were encountered: