On 2017-04-10, jorge.conr...@cptec.inpe.br wrote:
> I installed the Pillow in my computer. The I did:
>
> import Image, ImageMath
>
> ImportError: No module named Image
Try:
from PIL import Image, ImageMath
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I installed the Pillow in my computer. The I did:
import Image, ImageMath
ImportError: No module named Image
Please, what can I do to solve this.
Conrado
--
https://mail.python.org/mailman/listinfo/python-list
On 09/13/2013 12:31 AM, Trandang Bao wrote:
Dear Python.org,
I installed
python-2.7.amd64 and downloaded PIL-1.1.7.win32-py2.7 to install Image
library. However, the message error is 'Python version 2.7 required,
which was not found in the registry'.
One is a 32 bit installer, the other is a
Dear Python.org,
Recently, I have been studying OpenCV to detect and recognize faces using
C++. In order to execute source code demonstration from the OpenCV website
I need to run Python to crop image first. Unfortunately, the message error
is 'ImportError: No module named Image' when