Discussion:
[Python.NET] Help required in python
Srikanth vardarajan
2009-11-06 05:19:43 UTC
Permalink
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
Michael Foord
2009-12-10 21:21:36 UTC
Permalink
Post by Srikanth vardarajan
Hi,
I am a new to python. I have method in a phyton file.
Hello Srikanth,

You've accessed a question about IronPython on the Python.NET mailing
list. Python.NET is actually a separate project. Please redirect your
questions to the IronPython mailing list:

http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

All the best,

Michael Foord
Post by Srikanth vardarajan
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
_________________________________________________
http://mail.python.org/mailman/listinfo/pythondotnet
--
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog
Loading...