https://bugzilla.wikimedia.org/show_bug.cgi?id=71864

--- Comment #2 from John Mark Vandenberg <[email protected]> ---
py2.6, py2.7 and py3 builds all have an error when installing Pillow on Travis
https://travis-ci.org/wikimedia/pywikibot-core/jobs/39756966
https://travis-ci.org/wikimedia/pywikibot-core/jobs/39760334
https://travis-ci.org/wikimedia/pywikibot-core/jobs/39756970

which was done here:
https://gerrit.wikimedia.org/r/#/c/159207/

The builds all report the following in the Pillow install routine:
--- TKINTER support available

Yet script_tests cant load the module ImageTk.  It needs to be loaded as 'from
PIL import ImageTk' , but 'import PIL.ImageTk' appears to work for a few
versions of Pillow that I have tried.

-- 
You are receiving this mail because:
You are the assignee for the bug.

_______________________________________________
Pywikipedia-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-bugs

Reply via email to