[Desktop-packages] [Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-02-02 Thread Julian Taylor
*** This bug is a duplicate of bug 1112496 *** https://bugs.launchpad.net/bugs/1112496 marking as duplicate of bug 1112496 until we have an answer if this is an intentional change or a bug in the current package ** This bug has been marked a duplicate of bug 1112496 python-imaging broken

[Desktop-packages] [Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-02-01 Thread jdstrydom
same for 64bit system -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1112106 Title: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-

[Desktop-packages] [Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-02-01 Thread Roman Yepishev
Looks like top-level Image is not installed by PIL, So the patch would be to change import Image to from PIL import Image -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1112106 Title:

[Desktop-packages] [Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-02-01 Thread Roman Yepishev
** Patch added: lp1112106.patch https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1112106/+attachment/3510271/+files/lp1112106.patch -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu.

[Desktop-packages] [Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-02-01 Thread Roberto Alsina
Just in case, the recommended way to portably import PIL: try: from PIL import Image except ImportError: import Image Depending on PIL version, and the way it's installed, one or the other will work. -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-02-01 Thread Roman Yepishev
Okay, updated the patch following Roberto suggestion. ** Patch added: lp1112106.patch https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1112106/+attachment/3510317/+files/lp1112106.patch ** Patch removed: lp1112106.patch

[Desktop-packages] [Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-02-01 Thread Ubuntu Foundations Team Bug Bot
The attachment lp1112106.patch of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from

[Desktop-packages] [Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-01-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gwibber (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu.