Hi,

I am a new to python. I have method in a phyton file.
The method looks like this:


class Srikanth(object):

"""A virtual pet"""

def talk(self):

print "Hi. I'm an instance of class Critter."

I want to call this method from C# class. I am using Ironphyton studio.

Can you tell me how do i this.

it would be great if you can reply as quick as possible.

Regards

Srikanth
_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to