i am beginer in python my problem is :
i wont to use dll written by c# in python,(call dll in python)
the name of dll is DllUmorpheme.
public string LastSegment(string Input) member of AutoSegToMorph.Umorpheme
AutoSegToMorph is namespace
Umorpheme is a class
LastSegment is method of this class

how can i call this method in python,please help me

My idea: Avoid tricks with dlls and use IronPython

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.