IronPython
Is it possible to code SideShow gadgets in IronPython?
Thanks
[69 byte] By [
al1986] at [2008-2-19]
There is no reason why you couldn't do this. However, it would require some work on your part, as there is no Python based SideShow API. But, you could write your own IronPython wrapper that sits on top of the SideShow managed API. Also, if you wanted to use standard Python, you could use the Python C API to write a native wrapper that uses the C++ SideShow API.