Re: [Ironpython-users] Help Change Python Engine Options inside Python

2011-10-06 Thread Jeff Hardy
I'm pretty sure that once the Python Engine has started, the options cannot be changed. If you have VS available you could attach to the ipy process and debug using that. Calling System.Diagnostics.Debugger.Break() in your python code will trigger a breakpoint. - Jeff On Wed, Oct 5, 2011 at 3:19

[Ironpython-users] IronPython, Daily Digest 10/5/2011

2011-10-06 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] Converting large float to int produces Int64 (which is not int or long) 2. [New comment] "import foo.zap as bar" throws AttributeError instead of ImportError 3. [New comment]