Joao S. O. Bueno Calligaris wrote:
> The problem is that the utility "xv" is hardcoded into the PIL code as
> the default application to open to show up an image.
you can override this by passing in a command= argument to im.show:
im.show(command="myviewer")
</F>