Re: [Ironpython-users] Failing to catch exception

2015-05-08 Thread Jeff Hardy
On Fri, May 8, 2015 at 7:18 AM, wrote: > Thanks for that suggestion, Jeff. > > Unfortunately after upgrading to 2.7.5, the problem remains. > Dang, I was hoping this would be easy. :( There are two possibilities that come to mind: 1) The exception types are coming from different versions of the

Re: [Ironpython-users] Failing to catch exception

2015-05-08 Thread Kuno Meyer
Hi David I cannot reproduce your issue (see below). Since you are not able to catch the exception with a catch-all statement: - Are you sure that the observed NoSuchElementException in the debugger actually stems from code inside of the 'try' block? - What does "crashing" mean? Could it be that