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
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
> 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
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
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