Re: PIL + show() + Vista
- From: "Méta-MCI \(MVP\)" <enleverlesX.XmcX@xxxxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 11:09:29 +0100
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
.
- References:
- PIL + show() + Vista
- From: Méta-MCI \(MVP\)
- Re: PIL + show() + Vista
- From: Méta-MCI \(MVP\)
- PIL + show() + Vista
- Prev by Date: Re: Accessing a URL file Remotely
- Next by Date: Re: Science list
- Previous by thread: Re: PIL + show() + Vista
- Next by thread: Re: PIL + show() + Vista
- Index(es):