I\'m thinking of developing a smal开发者_StackOverflow社区l application using IronPython, however I want to distribute my app to non-techies and so ideally I want to be able to give them a standard sh
I have an IronPython script that looks for current running processes using WMI. The code looks like this:
I\'m trying to embed a scripting engine in my game. Since I\'m writing it in C#, I figured IronPython would be a great fit, but the examples I\'ve been able to find all focus on calling IronPython met
What can be done in Cpython that can not be done 开发者_如何学Goin IronPython?If you are writing \"100% pure Python\", you can do everything that CPython can do in IronPython.The problem comes in when
As a learning exercise I\'m writing myself a simple extension / plugin / macro framework using IronPython - I\'ve gotten the basics working but I\'d like to add some basic debugging support to make my
I am having issues while passing objects across Appdomains.During further investigation I found that the issue is due to the IronPython object not been Serialized. This IronPython object is derived fr
We have custom headers in the Silverlight DataGri开发者_JAVA技巧d using the ContentTemplate. We\'ve got a button in the header and need to programmatically access the button to hook up the event. We\'
What is the easiest way to ping/notif开发者_JAVA技巧y a .NET Windows Service? Do I have to use WCF for this? Or is there an easier way?
I have a problem that I have not faced before: It seems that the order of interpretation in my program is somehow different from what I expect. I have written a small Twitter client. It takes a few s
IronPython has been out for a while now, so when I installed Visual Studio 2010 RC1 \"Ultimate\" this morning I was surprised to find that it couldn\'t be selected from the installer. Instead, one sti