[Bug 1173704] Re: phatch chrashes at starting.

2013-05-22 Thread CANTE Pierre
Hi ! Excuse me, because I can't speak and write english very well.
Now, 
with a clean install of raring, and the implementation of the comment #39 in
https://bugs.launchpad.net/ubuntu/+source/python-imaging/+bug/1112496

phatch runs and works nice, here and there !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1173704

Title:
  phatch chrashes at starting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phatch/+bug/1173704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1173704] Re: phatch chrashes at starting.

2013-05-22 Thread Barry Warsaw
** Changed in: phatch (Ubuntu)
 Assignee: (unassigned) = Barry Warsaw (barry)

** Changed in: phatch (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: phatch (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1173704

Title:
  phatch chrashes at starting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phatch/+bug/1173704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1173704] Re: phatch chrashes at starting.

2013-05-22 Thread Barry Warsaw
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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1173704

Title:
  PILcompat needs to add PngImagePlugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phatch/+bug/1173704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1173704] Re: phatch chrashes at starting.

2013-05-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: phatch (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1173704

Title:
  phatch chrashes at starting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phatch/+bug/1173704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1173704] Re: phatch chrashes at starting.

2013-05-04 Thread Thomas-Karl Pietrowski
got the same:
thopiekar@thopiekar-home:~$ phatch 
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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1173704

Title:
  phatch chrashes at starting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phatch/+bug/1173704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1173704] Re: phatch chrashes at starting.

2013-04-28 Thread CANTE Pierre
** Description changed:

  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

** Tags added: phatch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1173704

Title:
  phatch chrashes at starting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phatch/+bug/1173704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1173704] Re: phatch chrashes at starting.

2013-04-28 Thread CANTE Pierre
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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1173704

Title:
  phatch chrashes at starting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phatch/+bug/1173704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs