how can i call dll in python

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • braveahmatbrave
    New Member
    • Aug 2011
    • 1

    how can i call dll in python

    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(str ing 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
Working...