Is there a way to use .NET DLL from Python
Shane Geiger
sgeiger at ncee.net
Wed Feb 6 16:37:02 EST 2008
The following links *may* put you on the right path:
Calling DLL functions from Python (
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146847 ), a
fairly complete description with some helper class code. Another example
( http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/181063 ) of
using the calldll module to do this.
calldll module: http://www.nightmare.com/software.html
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146847
Huayang Xia wrote:
> Hello All,
>
> I have several .NET DLL (I have no source code for them), is there
> anyway to use them from python instead of from C#.
>
> Thanks,
> Huayang
>
--
Shane Geiger
IT Director
National Council on Economic Education
sgeiger at ncee.net | 402-438-8958 | http://www.ncee.net
Leading the Campaign for Economic and Financial Literacy
More information about the Python-list
mailing list