my code is here to import image in py 2.7
from PIL import Image
fimg=Image.open('C:/Users/Haseeb/esktop/Images/billa_jpg_000.jpg')
But i am getting this of error.
Traceback (most recent call last):
File "c:\Python27\Python for Begginers\newcode.py", line 1, in <module>
from PIL import Image
File "C:\Python27\lib\site-packages\PIL\Image.py", line 115, in <module>
import numbers
File "c:\Python27\Python for Begginers\numbers.py", line 1, in <module>
from PIL import image
ImportError: cannot import name image