← Back to team overview

openerp-india team mailing list archive

[Bug 930550] [NEW] 'import Image' instead of 'from PIL import Image' in point_of_sale.py

 

Public bug reported:

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'

** Affects: openobject-addons
     Importance: Undecided
         Status: New


** Tags: of pil point pos sale

-- 
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


Follow ups

References