[IronPython] Please help me out

Praveen Kumar praveen at mahiti.org
Tue Feb 5 06:38:45 CET 2008


import SampleModule
from SampleModule import SampleClass
def Page_Load():
    pass
    _PrivateMethod("1")
    PublicMethod("2")
def _PrivateMethod(text):
    lblPrivate.Text="private %s" %text
def PublicMethod(text):
    lblPublic.Text="public %s" %text
def Private_Click(sender,args):
    _PrivateMethod("3")
def Button1_Click(sender, args):
    sc = SampleClass()
    sc.TestString = TextBox1.Text
    Label1.Text = sc.TestString
    Label1.Visible="True"
Then its showing error --------------->.. Value cannot be null.
Parameter name: encoding. now i am happy atleast with the help of you i am
able to resolve that error xlrd module is not found. please help me out to
resolve this error.

-- 
Praveen Kumar
Mahiti Infotech Pvt. Ltd.
# 33-34, Hennur Cross
Hennur Main Road
Bangalore, India - 560043
Mobile:  +91 9343297314
Phone:  +91 80 4148 5080/1  41150580/1
http://www.mahiti.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080205/2e87436f/attachment.html>


More information about the Ironpython-users mailing list