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

2012-03-21 Thread Dino Viehland
The Execute methods have ExecuteAndWrap versions which catch the exception locally and return it as an ObjectHandle. You can then pass that object handle back into either ObjectOperations or ExceptionOperations to do the formatting or conversion into a string in the remote domain. If you need

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

2012-03-21 Thread Cesar Mello
Hey guys, I know this is not IronPython specific, but it is causing pain to embbed IronPython in our product. If someone can help, thanks so much! I can repro the problem throwing a TypeErrorException from the restricted appdomain like this: // starts with standard Internet Zone sandbox

[Ironpython-users] IronPython, Daily Digest 3/20/2012

2012-03-21 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] 2.7.2.1 "load language" problem 2. [New issue] incorrect generator variable scope 3. [New comment] incorrect generator variable scope ---