Activity log for bug #930550

Date Who What changed Old value New value Message
2012-02-11 07:12:50 Mohammad Alhashash bug added bug
2012-02-11 07:12:50 Mohammad Alhashash attachment added change 'import Image' to 'from PIL import Image' https://bugs.launchpad.net/bugs/930550/+attachment/2731016/+files/fix-PIL-import.patch
2012-02-11 07:14:12 Mohammad Alhashash description While 'import Image' works with the standard PIL installation, it is not support not compatible Pillow, the friendly PIL fork. PIL is imported correctly in all other places: find -name "*.py" -print0 |xargs -0 grep 'import Image' While 'import Image' works with the standard PIL installation, it is not supported and not compatible Pillow, the friendly PIL fork. PIL is imported correctly in all other places: find -name "*.py" -print0 |xargs -0 grep 'import Image'
2012-02-13 05:33:17 Mohammad Alhashash tags of pil point pos sale pil pos
2012-02-13 10:25:30 Launchpad Janitor branch linked lp:openobject-addons
2012-02-13 10:27:17 Olivier Dony (Odoo) openobject-addons: importance Undecided Low
2012-02-13 10:27:17 Olivier Dony (Odoo) openobject-addons: status New Fix Released
2012-02-13 10:27:17 Olivier Dony (Odoo) openobject-addons: milestone 6.1
2012-02-20 13:52:10 Ronald Portier (Therp) bug added subscriber Ronald Portier (Therp)
2013-02-11 00:10:20 Koichi Akabe bug task added qr-tools
2013-02-11 00:15:11 Koichi Akabe description While 'import Image' works with the standard PIL installation, it is not supported and not compatible Pillow, the friendly PIL fork. PIL is imported correctly in all other places: find -name "*.py" -print0 |xargs -0 grep 'import Image' While 'import Image' works with the standard PIL installation, it is not supported and not compatible Pillow, the friendly PIL fork. PIL is imported correctly in all other places: find -name "*.py" -print0 |xargs -0 grep 'import Image' *** IMPORTANT *** python-imaging package depends on python-imaging-compat which provides "import Image". However it will be dropped when "import Image" is fixed on Debian. For details: http://lists.debian.org/debian-python/2013/02/msg00017.html
2013-02-11 00:16:06 Koichi Akabe bug task added livewallpaper
2013-02-11 01:02:48 Koichi Akabe bug task deleted livewallpaper
2013-02-11 01:09:05 Koichi Akabe summary 'import Image' instead of 'from PIL import Image' in point_of_sale.py 'import Image' instead of 'from PIL import Image'
2013-02-11 01:09:19 Koichi Akabe bug task added livewallpaper
2013-02-11 01:25:13 Koichi Akabe description While 'import Image' works with the standard PIL installation, it is not supported and not compatible Pillow, the friendly PIL fork. PIL is imported correctly in all other places: find -name "*.py" -print0 |xargs -0 grep 'import Image' *** IMPORTANT *** python-imaging package depends on python-imaging-compat which provides "import Image". However it will be dropped when "import Image" is fixed on Debian. For details: http://lists.debian.org/debian-python/2013/02/msg00017.html While 'import Image' works with the standard PIL installation, it is not supported and not compatible Pillow, the friendly PIL fork. PIL is imported correctly in all other places: find -name "*.py" -print0 |xargs -0 grep -e '\bimport\b.*\bImage\b' *** IMPORTANT *** python-imaging package depends on python-imaging-compat which provides "import Image". However it will be dropped when "import Image" is fixed on Debian. For details: http://lists.debian.org/debian-python/2013/02/msg00017.html
2013-02-11 01:27:22 Koichi Akabe description While 'import Image' works with the standard PIL installation, it is not supported and not compatible Pillow, the friendly PIL fork. PIL is imported correctly in all other places: find -name "*.py" -print0 |xargs -0 grep -e '\bimport\b.*\bImage\b' *** IMPORTANT *** python-imaging package depends on python-imaging-compat which provides "import Image". However it will be dropped when "import Image" is fixed on Debian. For details: http://lists.debian.org/debian-python/2013/02/msg00017.html While 'import Image' works with the standard PIL installation, it is not supported and not compatible Pillow, the friendly PIL fork. PIL is imported correctly in all other places: find -name "*.py" -print0 |xargs -0 grep -e '\bimport\b.*\bImage\b' *** IMPORTANT *** python-imaging package depends on python-imaging-compat which provides "import Image". However it will be dropped when "import Image" is fixed on Debian. For more details, see: http://lists.debian.org/debian-python/2013/02/msg00017.html *** How to fix *** Please use the following code instead of 'import Image': try: from PIL import Image except ImportError: import Image
2013-02-11 23:54:39 Launchpad Janitor branch linked lp:~vbkaisetsu/livewallpaper/fix-import-image
2013-02-12 10:40:17 Maximilian Schnarr livewallpaper: status New Fix Released
2013-02-13 15:48:11 Ramiro Algozino qr-tools: assignee Ramiro Algozino (algozino)
2013-02-13 15:48:20 Ramiro Algozino qr-tools: milestone 1.4
2014-01-22 00:46:58 Ramiro Algozino qr-tools: status New Fix Released
2014-01-22 00:47:22 Launchpad Janitor branch linked lp:qr-tools