[IronPython] ironpython as a scripting language for ms office
Sanghyeon Seo
sanxiyn at gmail.com
Thu Sep 6 17:32:47 PDT 2007
2007/9/7, Carl Trachte <ctrachte at gmail.com>:
> What little I know about the Dot Net framework suggests that you use a
> wrapper type class to COM provided within the framework (I forget the exact
> MS terminology). I don't know if anyone's been doing this from IronPython,
> but I would be surprised if someone hadn't at least tried.
>
> I'm using win32com for now, but I'd like to hear more about this too.
I think the exact terminology is RCW(Runtime Callable Wrapper).
COM interoperation is well supported on IronPython, and IronPython
Cookbook wiki has some good pages on the topic:
http://www.ironpython.info/index.php/Contents#Interop
--
Seo Sanghyeon
More information about the Users
mailing list