Re: wxPython gurus, please help

2009-05-24 Thread Paul Probert
Jive Dadson wrote: >I have an application that opens an image file of the user's choice. > I have an exception handler for the case that the user selected a bad > or unsupported image file. My code is catching the exception, but > unfortunately for me, after I exit the except-clause, wxPytho

Re: wxPython gurus, please help

2009-05-24 Thread Stef Mientki
Piet van Oostrum wrote: Jive Dadson (JD) wrote: JD>I have an application that opens an image file of the user's choice. I JD> have an exception handler for the case that the user selected a bad or JD> unsupported image file. My code is catching the exception, but JD> unfo

Re: wxPython gurus, please help

2009-05-24 Thread Piet van Oostrum
> Jive Dadson (JD) wrote: >JD>I have an application that opens an image file of the user's choice. I >JD> have an exception handler for the case that the user selected a bad or >JD> unsupported image file. My code is catching the exception, but >JD> unfortunately for me, after I exit the

Re: wxPython gurus, please help

2009-05-23 Thread Benjamin Kaplan
On Sat, May 23, 2009 at 6:55 PM, Jive Dadson wrote: > I have an application that opens an image file of the user's choice. I > have an exception handler for the case that the user selected a bad or > unsupported image file. My code is catching the exception, but > unfortunately for me, after

wxPython gurus, please help

2009-05-23 Thread Jive Dadson
I have an application that opens an image file of the user's choice. I have an exception handler for the case that the user selected a bad or unsupported image file. My code is catching the exception, but unfortunately for me, after I exit the except-clause, wxPython is popping up its own