Re: [python-win32] os.startwith issue dealing with .tif (winxp)

2008-08-30 Thread timr
On Fri, Aug 29, 2008 at 11:11:27PM -0300, geoff wrote: > > Thanks for that tip Tim. > Can you point me in the right direction as to how to associate the MS > Picture and FAX Viewer" as the associated program for TIFs ? On my system, shdocvw32 is already associated with EMF files. If that's true f

Re: [python-win32] os.startwith issue dealing with .tif (winxp)

2008-08-29 Thread geoff
On Fri, Aug 29, 2008 at 4:53 PM, Tim Roberts <[EMAIL PROTECTED]> wrote: > geoff wrote: >> Hi Folks; >> >> I have an application that stores images in a database. >> When the images are extracted, we use the files extension and >> os.startwith("filename") to allows the OS to select the users >> desi

Re: [python-win32] os.startwith issue dealing with .tif (winxp)

2008-08-29 Thread Tim Roberts
geoff wrote: > Hi Folks; > > I have an application that stores images in a database. > When the images are extracted, we use the files extension and > os.startwith("filename") to allows the OS to select the users > desingated program to open the file. > > Sometimes ... this goes astray. For some m

[python-win32] os.startwith issue dealing with .tif (winxp)

2008-08-29 Thread geoff
Hi Folks; I have an application that stores images in a database. When the images are extracted, we use the files extension and os.startwith("filename") to allows the OS to select the users desingated program to open the file. Sometimes ... this goes astray. For some mysterious reason, WinXP's f