Python PIL, Image. Error after image.load()

I'm trying to load my .jpg file and it raises error, but if I try it again, it's ok! Why?? My code and error: >>> import Image >>> im1 = Image.open('/tmp/test.jpg') >>>...