Open BlaXun opened 11 years ago
The Image class from PIL is not imported. When a image is resized the class Image can not be found....but it is used to return a image instance with Image.open :(
So, importing Image from PIL seems to fix this.
Presumably related to pull request #36 that got merged yesterday.
(Also, holy cow it's the developer of Slime Online! Small world...)
The Image class from PIL is not imported. When a image is resized the class Image can not be found....but it is used to return a image instance with Image.open :(
So, importing Image from PIL seems to fix this.