Re: [Ironpython-users] Mono Google Summer of Code - Mentors Wanted!

2012-03-22 Thread Jeff Hardy
To add some IronPython specifics to this, I've had Mono and the PSF offer to include IronPython in their programs (still waiting on confirmation from the PSF for this year, though). If there are any students that wish to work on IronPython, the project ideas are at https://github.com/IronLanguages/

[Ironpython-users] Mono Google Summer of Code - Mentors Wanted!

2012-03-22 Thread Jérémie Laval
Hey folks, Once again Mono has been selected as an organization to participate to Google Summer of Code[0]. For those who don't know about Google Summer of Code, it's, in a nutshell, a program that encourages students to work during the summer on an open-source project while being paid by Google.

Re: [Ironpython-users] Passing Python exceptions in a sandboxed domain

2012-03-22 Thread Cesar Mello
Hi Dino! It worked perfectly, thanks a lot! Actually I had already fixed this same problem in other places of the code, but forgot one... And then I didn't realize it was the same problem. Now the usability of our product with IronPython embedded is quite nice even when running inside the sandbo