[Ironpython-users] IronPython, Daily Digest 1/30/2013

2013-01-31 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Failure to bind base accessor if only one accessor is overridden in derived class 2. [New issue] struct.pack not threadsafe --

Re: [Ironpython-users] not a Zip file error

2013-01-31 Thread Ian Gorse
Please dis-regard this issue. I have solved it. I forgot that I turned on "Break when exceptions cross AppDomain or managed/native boundaries" in options. Thanks anyway On Thu, Jan 31, 2013 at 12:18 PM, Ian Gorse wrote: > Hello List, > > I am having a very weird error when trying to execute a v

[Ironpython-users] not a Zip file error

2013-01-31 Thread Ian Gorse
Hello List, I am having a very weird error when trying to execute a very simple python script from within a C# 2010 express project Everytime the application executes the script, It crashes with the following error IronPython.Runtime.Exceptions.ImportException crossed a native/managed boundary no