2007-10-26から1日間の記事一覧

IronPython

今日は、IronPythonを試してみた。 ちなみに、バージョンは1.1である。 import sys sys.path.append(r'x:\IronPython-1.1\Tutorial') import clr import winforms clr.AddReference("System.Windows.Forms") from System.Windows.Forms import * f = Form…