Is the following error the same as in http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=26593

C:\Dos\IronPython-2.6.1>ipy.exe Tools\Scripts\pyc.py /target:dll Lib\decimal.py
Input Files:
       Lib\decimal.py
Output:
       decimal
Target:
       Dll
Platform:
       ILOnly
Machine:
       I386
Compiling...
Traceback (most recent call last):
 File "Tools\Scripts\pyc.py", line 159, in <module>
 File "Tools\Scripts\pyc.py", line 151, in Main
SystemError: CompileToMethod cannot compile constant 'IronPython.Runtime.Types.BuiltinFunction' because it is a non-trivial value, such as a live object. Instead, create an expression tree that can cnstruct this value.

--
-- Lukáš

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to