Tam-Lin / comictagger

Automatically exported from code.google.com/p/comictagger
0 stars 0 forks source link

Remove import of WebPImagePlugin #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of ComicTagger are you using?

Top of tree as of 22 Jan 2015.

On what operating system (Mac, Linux, Windows)? What version?

Mac

GUI or command line?

GUI

What steps will reproduce the problem?

Running the installed package doesn't have this issue, but if I run from the 
command line, ComicTagger thinks I have no PIL installed because of a failed 
import of WebPImagePlugin. This import is used in three places to tell if PIL 
is available, but the import itself is not used. It is enough to just use "rom 
PIL import Image" to test for PIL.

Original issue reported on code.google.com by g...@geekraver.com on 22 Jan 2015 at 3:20