All pastes #2073026 Raw Edit

Mine

public text v1 · immutable
#2073026 ·published 2011-06-01 01:08 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