FS#37841 - python-pillow package does not install correctly

Attached to Project: Community Packages
Opened by Pasi Luostarinen (BeTeK1) - Tuesday, 19 November 2013, 15:36 GMT
Last edited by Kyle Keen (keenerd) - Tuesday, 19 November 2013, 16:13 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
both python-pillow and python2-pillow and problem that when installed it does python does not see it. I think both packages are missing PIL.pth file in site-packages folder

Additional info:
* package version(s): python-pillow-2.2.1-2



Steps to reproduce:
- install either pacman -S python-pillow or python2-pillow
- then run python or python2
- write "import Image" and "ImportError: No module named 'Image'" exception occurs
- desired behaviour should be import successful (no exception)
This task depends upon

Closed by  Kyle Keen (keenerd)
Tuesday, 19 November 2013, 16:13 GMT
Reason for closing:  Not a bug
Comment by Kyle Keen (keenerd) - Tuesday, 19 November 2013, 16:10 GMT
Sorry, that way of importing has been deprecated. See https://pypi.python.org/pypi/Pillow/2.1.0 (section "Port existing PIL-based code to Pillow") for the supported method of importing.

Loading...