Re! I have found a (very) poor solution:
in Image.py, inside _showxv function, replace command = "start /wait %s && del /f %s" % (file, file) by command = 'start "%s" /wait "%s\\System32\\mshta.exe" "%s" && del /f "%s" ' % (title,os.environ['WINDIR'],file,file) For zoom in preview, use Ctrl+mouse_roller (good english term?) or Ctrl + Ctrl - Ctrl 0 (keyboard) This solution will be replace by Fredrick Lundh, when he awakes... ;-))) @+ Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list