PILcompat needs to add PngImagePlugin
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
phatch (Debian) |
Fix Released
|
Unknown
|
|||
phatch (Ubuntu) |
Fix Released
|
High
|
Barry Warsaw | ||
Raring |
Fix Released
|
High
|
Barry Warsaw | ||
Saucy |
Fix Released
|
High
|
Barry Warsaw | ||
python-imaging (Ubuntu) |
Fix Released
|
High
|
Barry Warsaw | ||
Raring |
Fix Released
|
High
|
Barry Warsaw | ||
Saucy |
Fix Released
|
High
|
Barry Warsaw |
Bug Description
[Impact]
Package which use the old PIL.pth compatibility API will not be able to import PngImagePlugin because it is not provided in the python-
[Test Case]
$ apt-get install -fy python-
$ python -c "import PngImagePlugin"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named PngImagePlugin
[Regression Potential]
None
It's not possible to start phatch in raring.
phatch chrashes at starting.
problem type
crash
tittle
phatch crashed with importError in /usr/share/
Traceback (most recent call last):
File "/usr/bin/phatch", line 16, in <module>
main(
File "/usr/share/
from core.settings import create_settings
File "/usr/share/
from pil import IMAGE_READ_
File "/usr/share/
from lib import openImage
File "/usr/share/
import thumbnail
File "/usr/share/
import PngImagePlugin
ImportError: No module named PngImagePlugin
description: | updated |
tags: | added: phatch |
Changed in phatch (Ubuntu): | |
assignee: | nobody → Barry Warsaw (barry) |
status: | Confirmed → In Progress |
importance: | Undecided → High |
Changed in phatch (Ubuntu Raring): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Barry Warsaw (barry) |
summary: |
- phatch chrashes at starting. + PILcompat needs to add PngImagePlugin |
affects: | phatch (Ubuntu Raring) → python-imaging (Ubuntu Raring) |
Changed in python-imaging (Ubuntu Raring): | |
milestone: | none → raring-updates |
milestone: | raring-updates → none |
Changed in phatch (Debian): | |
status: | Unknown → Fix Committed |
Changed in phatch (Debian): | |
status: | Fix Committed → Fix Released |
Hourra !
the prolem is solved, (phatch works good now), from launchpad.net ! :
sudo apt-get install python3-imaging
sudo cp -ivr /usr/lib/ python3/ dist-packages/ PIL/* /usr/share/ phatch/ phatch/ lib/
https:/ /bugs.launchpad .net/phatch/ +bug/1156583