Re: [Ironpython-users] [main] -X:Sandbox command line argument (#61)

2012-03-27 Thread Cesar Mello
And hey if there is no one interested, no problem: I'll start filling work items for the issues using small programs to reproduce. For example, the problem with the decimal module when running with Internet Zone permissions. And then I'll do my best to help fixing those issues. Best regards! Mell

Re: [Ironpython-users] [main] -X:Sandbox command line argument (#61)

2012-03-27 Thread Cesar Mello
Hi, Our product is not related to ASP.NET. We only need users to script calculations in a safe environment. They should not be able to run native code, access the filesystem or do any other harm to the application. The default InternetZone permission set seems to be nice for that. The calculation

[Ironpython-users] System.InsufficientMemoryException when calling a python method

2012-03-27 Thread surangika ranathunga
Hi All, I am using Ironpython to call a python method from my C# class. This is how i call the python method.  ScriptScope scope = runtime.CreateScope(); ops = engine.Operations;  ScriptSource source = engine.CreateScriptSourceFromFile("nlp.py"); source.Execute(scope);  object klass = scope.Get

[Ironpython-users] GSoC Mentors

2012-03-27 Thread Jeff Hardy
Hi all, IronPython needs at least three mentors to work with the PSF. Alex and I are two; if anyone is interested in being a mentor, send me an email (off-list) with your email, IM (if any), and phone number. - Jeff ___ Ironpython-users mailing list Iron

Re: [Ironpython-users] [Mono-dev] Summer of Code: Student Proposals Now Being Accepted

2012-03-27 Thread Jeff Hardy
Also, the IronPython ideas page is at https://github.com/IronLanguages/main/wiki/IronPython-GSoC-2012-Ideas. If you want to be a mentor, you need to apply for that as well, from the link that Jérémie gave. - Jeff 2012/3/27 Jérémie Laval : > Hi everyone, > > Student proposals are now being accept

Re: [Ironpython-users] [main] -X:Sandbox command line argument (#61)

2012-03-27 Thread Slide
Moving this to the mailing list Are you (the OP) developing something that is going to run in ASP.NET? For this type of thing, I believe you can host the ASP.NET runtime in an application, so that may be the way to go for that. slide On Tue, Mar 27, 2012 at 8:14 AM, Jeff Hardy < reply+i-373

[Ironpython-users] [Mono-dev] Summer of Code: Student Proposals Now Being Accepted

2012-03-27 Thread Jérémie Laval
Hi everyone, Student proposals are now being accepted for Google Summer of Code! You can find a proposal template at the Mono SoC page ( http://www.google-melange.com/gsoc/org/google/gsoc2012/mono). This template has been updated to provide more guidance on the info you should include on your ap