Alexey Melchakov wrote:

> I meet this exception while wew using PIL:

> "/home/bragit-www/local/lib/python2.3/site-packages/PIL/OleFileIO.py", line 
> 279, in open
>     self.loadfat(header)
>   File "/home/bragit-www/local/lib/python2.3/site-packages/PIL/OleFileIO.py", 
> line 298, in loadfat
>     if ix == 0xFFFFFFFEL or x == 0xFFFFFFFFL:
> NameError: global name 'x' is not defined

it's a known bug (it has been fixed in 1.1.5), and the fix looks exactly
like your suggestion.

    http://effbot.org/zone/pil-errata-114.htm#pil132

thanks /F 



_______________________________________________
Image-SIG maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to