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

2014-11-24 Thread Thinh Pham
I’m not using ipy.exe but creating the engine programatically. But i’ll use those flags in the setup object now and send the stacktrace when the exception happened again. > On Nov 24, 2014, at 8:10 PM, Slide wrote: > > If you are running with ipy.exe, can you add -X:ShowClrExceptions > -X:Ex

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

2014-11-24 Thread Slide
If you are running with ipy.exe, can you add -X:ShowClrExceptions -X:ExceptionDetail to your command line before posting the stacktrace? On Mon Nov 24 2014 at 6:54:12 PM Thinh Pham wrote: > I can confirm that this exception happened to me as well. Cannot reproduce > it on any consistent basis.

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

2014-11-24 Thread Thinh Pham
I can confirm that this exception happened to me as well. Cannot reproduce it on any consistent basis. The application will run fine one day without any problem and then something happens the next day to cause the exception. There is no way to recover from the exception except to shut it down an

[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] WDB web debugger for IronPython

2014-11-24 Thread Pawel Jasinski
hi, just to be sure,are you using 2.7.5RC1? If not, please try it. There were quite a few cpython compatibility improvements including socket module. On Mon, Nov 24, 2014 at 1:53 PM, Kerray wrote: > Hi everyone, > We're using IronPython to script the insides of SharePoint (ASP.NET on IIS). > For

[Ironpython-users] WDB web debugger for IronPython

2014-11-24 Thread Kerray
Hi everyone, We're using IronPython to script the insides of SharePoint (ASP.NET on IIS). For quite some time, I've been looking for a comfortable way to debug these scripts without having to install Visual Studio. I've considered using standard PDB, with console redirected over

Re: [Ironpython-users] IronPython 2.7.5 RC 1 Released

2014-11-24 Thread Pawel Jasinski
On Sat, Nov 22, 2014 at 12:28 AM, Slide wrote: > Thanks Jeff for all your work! +1 ___ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users

[Ironpython-users] idna for IronPython?

2014-11-24 Thread William Johnston
Hello, Here is another idna module for IronPython question. How do I import idna for use with the request module in an IronPython app? Thanks, William Johnston ___ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mail

[Ironpython-users] Numpy and iron python

2014-11-24 Thread Starsk Lara
Hello my name is starsky. I am interesting in install numpy in ironpython. I fiend some links but nothing helpful. Can somebody help me. Thanks ___ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpyt

[Ironpython-users] idna for IronPython?

2014-11-24 Thread William Johnston
Hello, Here is another idna module for IronPython question. How do I import idna for use with the request module in an IronPython app? Thanks, William Johnston ___ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mail