Re: [IronPython] Exporting Python code as an assembly (Curt Hagenlocher)

2008-03-03 Thread Suma Talya
Hi, I am having 2.0 alpha 8 of IronPython Binaries. I downloaded the wrapper changes with comment "Fixed constructor to call __init__" version no. 7386 from http://www.codeplex.com/coils/SourceControl/ListD

Re: [IronPython] Exporting Python code as an assembly

2008-02-26 Thread Suma Talya
Hi, I have a py file by name IronPythonDLL.py containing --- import clr import System import sys from ClrWrapper import ClrAttribute, ClrAccepts, ClrReturns class IronPythonClass: clr_namespace = 'IronPythonDLL' @ClrReturns(S