[Bug 1173704] Re: phatch chrashes at starting.
Barry Warsaw
1173704 at bugs.launchpad.net
Wed May 22 19:04:10 UTC 2013
phatch also needs to Depend on python-imaging-compat
** Also affects: phatch (Ubuntu Raring)
Importance: Undecided
Status: New
** Also affects: phatch (Ubuntu Saucy)
Importance: High
Assignee: Barry Warsaw (barry)
Status: In Progress
** Changed in: phatch (Ubuntu Raring)
Status: New => In Progress
** Changed in: phatch (Ubuntu Raring)
Importance: Undecided => High
** Changed in: phatch (Ubuntu Raring)
Assignee: (unassigned) => Barry Warsaw (barry)
** Summary changed:
- phatch chrashes at starting.
+ PILcompat needs to add PngImagePlugin
** Package changed: phatch (Ubuntu Raring) => python-imaging (Ubuntu
Raring)
** Description changed:
+ [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-imaging-compat package.
+
+ [Test Case]
+ $ apt-get install -fy python-imaging-compat
+ $ 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/phatch/phatch/lib/thumbnail.py: No module named PngImagePlugin
-
Traceback (most recent call last):
- File "/usr/bin/phatch", line 16, in <module>
- main(config_paths, app_file = __file__)
- File "/usr/share/phatch/phatch/app.py", line 203, in main
- from core.settings import create_settings
- File "/usr/share/phatch/phatch/core/settings.py", line 23, in <module>
- from pil import IMAGE_READ_EXTENSIONS
- File "/usr/share/phatch/phatch/core/pil.py", line 39, in <module>
- from lib import openImage
- File "/usr/share/phatch/phatch/lib/openImage.py", line 25, in <module>
- import thumbnail
- File "/usr/share/phatch/phatch/lib/thumbnail.py", line 62, in <module>
- import PngImagePlugin
+ File "/usr/bin/phatch", line 16, in <module>
+ main(config_paths, app_file = __file__)
+ File "/usr/share/phatch/phatch/app.py", line 203, in main
+ from core.settings import create_settings
+ File "/usr/share/phatch/phatch/core/settings.py", line 23, in <module>
+ from pil import IMAGE_READ_EXTENSIONS
+ File "/usr/share/phatch/phatch/core/pil.py", line 39, in <module>
+ from lib import openImage
+ File "/usr/share/phatch/phatch/lib/openImage.py", line 25, in <module>
+ import thumbnail
+ File "/usr/share/phatch/phatch/lib/thumbnail.py", line 62, in <module>
+ import PngImagePlugin
ImportError: No module named PngImagePlugin
** Also affects: phatch
Importance: Undecided
Status: New
** Changed in: phatch
Status: New => In Progress
** No longer affects: phatch
** Also affects: phatch (Ubuntu)
Importance: Undecided
Status: New
** Changed in: phatch (Ubuntu Raring)
Status: New => In Progress
** Changed in: phatch (Ubuntu Saucy)
Status: New => In Progress
** Changed in: phatch (Ubuntu Raring)
Importance: Undecided => High
** Changed in: phatch (Ubuntu Saucy)
Importance: Undecided => High
** Changed in: phatch (Ubuntu Saucy)
Assignee: (unassigned) => Barry Warsaw (barry)
** Changed in: phatch (Ubuntu Raring)
Assignee: (unassigned) => Barry Warsaw (barry)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-imaging in Ubuntu.
https://bugs.launchpad.net/bugs/1173704
Title:
PILcompat needs to add PngImagePlugin
Status in “phatch” package in Ubuntu:
In Progress
Status in “python-imaging” package in Ubuntu:
In Progress
Status in “phatch” source package in Raring:
In Progress
Status in “python-imaging” source package in Raring:
In Progress
Status in “phatch” source package in Saucy:
In Progress
Status in “python-imaging” source package in Saucy:
In Progress
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-imaging-compat package.
[Test Case]
$ apt-get install -fy python-imaging-compat
$ 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/phatch/phatch/lib/thumbnail.py: No module named PngImagePlugin
Traceback (most recent call last):
File "/usr/bin/phatch", line 16, in <module>
main(config_paths, app_file = __file__)
File "/usr/share/phatch/phatch/app.py", line 203, in main
from core.settings import create_settings
File "/usr/share/phatch/phatch/core/settings.py", line 23, in <module>
from pil import IMAGE_READ_EXTENSIONS
File "/usr/share/phatch/phatch/core/pil.py", line 39, in <module>
from lib import openImage
File "/usr/share/phatch/phatch/lib/openImage.py", line 25, in <module>
import thumbnail
File "/usr/share/phatch/phatch/lib/thumbnail.py", line 62, in <module>
import PngImagePlugin
ImportError: No module named PngImagePlugin
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phatch/+bug/1173704/+subscriptions
More information about the foundations-bugs
mailing list