PIL + show() + Vista
Méta-MCI (MVP)
enleverlesX.XmcX at XmclaveauX.com
Fri Nov 30 05:09:29 EST 2007
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
More information about the Python-list
mailing list