openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #06858
[Bug 930550] Re: 'import Image' instead of 'from PIL import Image' in point_of_sale.py
** Patch added: "change 'import Image' to 'from PIL import Image'"
https://bugs.launchpad.net/bugs/930550/+attachment/2731016/+files/fix-PIL-import.patch
** Description changed:
While 'import Image' works with the standard PIL installation, it is not
- support not compatible Pillow, the friendly PIL fork.
+ 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'
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/930550
Title:
'import Image' instead of 'from PIL import Image' in point_of_sale.py
Status in OpenERP Addons (modules):
New
Bug 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'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/930550/+subscriptions
References