Traceback (most recent call last):
File "C:\Python24\lib\site-packages\blurdev\gui\windows\loggerwindow\workboxwidget.py", line 59, in keyPressEvent
self.execSelected()
File "C:\Python24\lib\site-packages\blurdev\gui\windows\loggerwindow\workboxwidget.py", line 52, in execSelected
exec text in main.dict, main.dict
File "<string>", line 2, in ?
File "C:\Python24\Lib\site-packages\PIL\Image.py", line 1980, in open
raise IOError("cannot identify image file")
IOError: cannot identify image file
I get this error when Trying to open a psd file with adjustment layers. It looks like this error has been around sence the plugin was re-written for 1.1.3. http://osdir.com/ml/python.image/2004-11/msg00024.html
Is there any chance of this being fixed? Is there a reason not to install the old plugin from 1.1.2?