Mine
public text v1 · immutable>>> import Image
>>> im = Image.open("C:/Tom/pic.jpg")
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
im = Image.open("C:/Tom/pic.jpg")
File "C:\Python32\lib\site-packages\PIL\Image.py", line 1980, in open
preinit()
File "C:\Python32\lib\site-packages\PIL\Image.py", line 281, in preinit
from . import BmpImagePlugin
ValueError: Attempted relative import in non-package