Discussion:
[Python.NET] Python call .Net DLL
Xingying Cheng
2012-04-06 16:59:38 UTC
Permalink
Hi,



I am trying to call .net dll from python. Is there any instruction that
I can follow, since there are some classes in the dll file and I cannot
use the traditional ctypes to get the methods in the classes.



Could anyone help me with that?



Thanks,



Xingying
Barton
2012-04-07 22:32:26 UTC
Permalink
You can get started here
http://pythonnet.sourceforge.net/readme.html
Post by Xingying Cheng
Hi,
I am trying to call .net dll from python. Is there any instruction that
I can follow, since there are some classes in the dll file and I cannot
use the traditional ctypes to get the methods in the classes.
Could anyone help me with that?
Thanks,
Xingying
_________________________________________________
http://mail.python.org/mailman/listinfo/pythondotnet
_________________________________________________
Python.NET mailing list - PythonDotNet-+ZN9ApsXKcEdnm+***@public.gmane.org
http://mail.python.org/mailman/listinfo/pythondotnet

Loading...