[IronPython] Importing standard Python libs

Lukas Cenovsky cenovsky at bakalari.cz
Sat Feb 20 21:47:06 CET 2010


Lukáš Duběda wrote:
> Hi Lukas,
>
> thanks for the tip, it actually never occured to me.
> I'm used to using the win32com module for communicating
> with an OLE server I established in a separate application.
>
> I'm tryint to send code in different language, native
> to the app., via this OLE bridge and for that I used
> to use win32com.client module and then I registered
> the app and its exposed methods.
>
> But now when I come to think of it, it might be a much
> better idea doing it via .NET. However, I have
> no idea where to start. :)

Check this page:
http://www.ironpython.info/index.php/Contents#Interop

--
-- Lukáš




More information about the Ironpython-users mailing list