On Mon, Jan 10, 2005 at 08:25:47AM +0100, Darek Ostolski wrote: > There is an bug in this package, it can be done by trying to open word > document under linux. [...] > 298c298 > < if ix == 0xFFFFFFFEL or x == 0xFFFFFFFFL: > --- > > if ix == 0xFFFFFFFEL or ix == 0xFFFFFFFFL:
This is one of the known problems that is listed on the 1.1.4 errata page. <http://effbot.org/zone/pil-errata-114.htm> -- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/ Ringo MUG Tokyo http://www.ringo.net/rss.html _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
