I could be mistaken, but I think you are on the wrong list.
PythonDotNet is for folks like me who are using CPython and need to
interact with .NET managed code.
IronPython is NOT CPython. It is Python running inside .NET CLR.
I'd recommend going to the IronPython forums or mailing lists for
Hi I am using Ironpython for Microsoft.net am not using IronPython 1.1.1.1,
I have seperately downloaded Ironpython for Microsoft.net and wrote this
code. and i import xlrd module(to read excel file)
import SampleModule
from SampleModule import SampleClass
def Page_Load():
pass
_PrivateMeth