[Ironpython-users] abc.py 0.12% of time errors with "SystemError: Handle is not initialized."

2014-11-24 Thread John DiMatteo
I ran a script about 2,500 times last weekend and got the non-reproducible exception "SystemError: Handle is not initialized" 3 times while constructing a ConfigParser.SafeConfigParser like so: import ConfigParser _cfg = ConfigParser.SafeConfigParser(allow_no_value=True) # line 8 of Foo.py Here i

Re: [Ironpython-users] Enable Unmanaged Debugging IronPython

2014-08-18 Thread John DiMatteo
ons of VS (e.g. 2013). Thanks, John --- John's business hour MST availability <https://www.google.com/calendar/embed?src=john.dimat...@ansys.com&ctz=America/Denver> (and John's availability in EST <https://www.google.com/calendar/embed?src=john.dimat...@ansys.com&ctz=Ameri

Re: [Ironpython-users] Enable Unmanaged Debugging IronPython

2014-08-18 Thread John DiMatteo
hn's business hour MST availability <https://www.google.com/calendar/embed?src=john.dimat...@ansys.com&ctz=America/Denver> (and John's availability in EST <https://www.google.com/calendar/embed?src=john.dimat...@ansys.com&ctz=America/New_York> ) On Fri, Jul 25, 2014

Re: [Ironpython-users] Enable Unmanaged Debugging IronPython

2014-07-25 Thread John DiMatteo
IK. IronPython in VS uses the normal managed debugger. > > - Jeff > > > On Wed, Jul 9, 2014 at 12:04 AM, John DiMatteo > wrote: > >> Hello, >> >> While debugging, with an IronPython startup project, I'm trying to step >> from IronPython to C# code to u

[Ironpython-users] Enable Unmanaged Debugging IronPython

2014-07-09 Thread John DiMatteo
Hello, While debugging, with an IronPython startup project, I'm trying to step from IronPython to C# code to unmanaged C/C++ code. Is this possible? I am currently able to step from IronPython to C# when the startup project is IronPython. I'm also currently able to step from C# to unmanaged C/C