Re: [Python.NET] Pleae help me

2008-02-11 Thread Matthew Zaleski
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

[Python.NET] Pleae help me

2008-02-11 Thread Praveen Kumar
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