-
-
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
RuntimeError: dictionary changed size during iteration #15
Comments
Any idea why? |
When i commented line 236 |
OK… |
kmike
added a commit
to kmike/Pillow
that referenced
this issue
Feb 26, 2013
GerHobbelt
pushed a commit
to GerHobbelt/Pillow
that referenced
this issue
Mar 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this error:
When execute this code:
from sorl.thumbnail import get_thumbnail; im = get_thumbnail('/home/user/webapps/myproj/yourpics/media/users/user/images/after rain.jpg', '32x43')
The text was updated successfully, but these errors were encountered: