用IronPython作为.Net的脚本语言。
摘要:
周末看了关于IronPython的介绍,觉得用IronPython作为.Net的脚本语言还不错,今天试验了一下。不可错过的MSDN TV —— IronPython: Python on the .NET Framework (上) 添加IronPython的引用,在按钮事件中调用py脚本。 private PythonEngine engine; private v... 阅读全文
posted @ 2006-08-07 17:15 Pharaoh 阅读(4507) 评论(12) 推荐(0) 编辑