[IronPython] PYC and 2.6 A1
Davy Mitchell
daftspaniel at gmail.com
Tue Mar 31 22:52:13 CEST 2009
Hi Guys,
Are there known issues with PYC and IPY 2.6 A1?
When my exe compiles, I get:
Unhandled Exception: Microsoft.Scripting.Runtime.UnboundNameException: name
'ThreadExceptionEventArgs' is not defined
at Microsoft.Scripting.Actions.Calls.MethodTarget.Caller.Call(Object[]
args, Boolean& shouldOptimize)
at
IronPython.Runtime.Types.BuiltinFunction.BuiltinFunctionCaller`6.Call5(CallSite
site, CodeContext context, TFuncType func, T0 arg0, T1 arg1, T2 arg2, T3
arg3, T4 arg4)
at
Microsoft.Scripting.UpdateDelegates.UpdateAndExecute7[T0,T1,T2,T3,T4,T5,T6,TRet](CallSite
site, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
at IronPython.Runtime.Importer.Import(CodeContext context, String
fullName, PythonTuple from, Int32 level)
at IronPython.Runtime.Operations.PythonOps.InitializeModule(Assembly
precompiled, String main, String[] references)
at PythonMain.Main()
Works fine in 2.01.
Thanks,
Davy Mitchell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090331/714157c5/attachment.html>
More information about the Ironpython-users
mailing list