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

John Mark Vandenberg <jay...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Unprioritized               |Low
                 CC|                            |jay...@gmail.com
           Severity|normal                      |minor

--- Comment #1 from John Mark Vandenberg <jay...@gmail.com> ---
What is the bug?

The catimages code is:

try:
    import Image            # classic 'PIL'
except ImportError:
    from PIL import Image   # new 'PIL' fork 'Pillow' (fedora 19)

http://git.wikimedia.org/commit/pywikibot%2Fcompat.git/5dc246cd5f17aea47383de4e599977bfa3d37a07

I think compat tries to automatically install every dependency, so this bug
might be that PIL/Pillow needs to be added to externals/__init__.py

Or, it could provide a nice error message if it failed to find the package
after two imports.

Also it isnt not documented at
https://www.mediawiki.org/wiki/Manual:Pywikibot/Installation#Dependencies

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to