All pastes #2073027 Raw Edit

Python 3.2 - PIL

public text v1 · immutable
#2073027 ·published 2011-06-01 01:09 UTC
rendered paste body
>>> 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