[IronPython] PYC and 2.6 A1
Dino Viehland
dinov at microsoft.com
Wed Apr 8 22:35:19 CEST 2009
This is fixed now so pre-compilation is working again in the current 2.6 sources.
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Davy Mitchell
Sent: Tuesday, March 31, 2009 1:52 PM
To: Discussion of IronPython
Subject: [IronPython] PYC and 2.6 A1
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/20090408/66130a6b/attachment-0001.html>
More information about the Ironpython-users
mailing list