A fix to this would really be nice. Just in case it's waiting on time for the maintainer to find what needs to be changed, a patch is included here. Probably useless, but oh well.
-- paul diff -Naur python-imaging-1.1.5/PIL/Image.py python-imaging-1.1.5-change/PIL/Image.py --- python-imaging-1.1.5/PIL/Image.py 2005-03-25 00:50:52.000000000 -0700 +++ python-imaging-1.1.5-change/PIL/Image.py 2005-11-21 14:58:45.000000000 -0700 @@ -1896,7 +1896,7 @@ else: format = None if not command: - command = "xv" + command = "display" if title: command = command + " -name \"%s\"" % title -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]