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 th
All,
We have been trying to use python for net compiled against python26 with
a target framework of 2.0 and are getting a hard crash.
.NET Runtime version 2.0.50727.4927 - Fatal Execution Engine Error
(719D851A) (80131506)
We are able to "import clr", "import System", but when you do somet
On 06/11/2009 05:19, Srikanth vardarajan wrote:
Hi,
I am a new to python. I have method in a phyton file.
The method looks like this:
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
qu