Re: [Ironpython-users] Failing to catch exception

2015-05-07 Thread Jeff Hardy
The first thing you should try is upgrading your IronPython to 2.7.5. I believe there's a fix for exception handling in one of the newer versions. If not there might be something deeper and more annoying at play (types getting loaded into different contexts that are not compatible). - Jeff On We

Re: [Ironpython-users] Failing to catch exception

2015-05-07 Thread egroups
Thanks for that suggestion, Jeff. Unfortunately after upgrading to 2.7.5, the problem remains. > The first thing you should try is upgrading your IronPython to 2.7.5. > I believe there's a fix for exception handling in one of the newer > versions. > > If not there might be something deeper and m